You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add script to update python
* update cdk version and add http integrations into polly
* update cw dashboard to use new integrations class for http api
* update cw dashboard to use new system error method and efs to new http api int
* update rds credentials
* update appsync
* make cdk version dynamic in build script
* add missing images from alexa skill python
* add missing images from alexa skill python
Copy file name to clipboardexpand all lines: the-alexa-skill/python/lambda_fns/lambda.js
+2-2
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
37
37
};
38
38
exports.__esModule=true;
39
39
varask_sdk_core_1=require("ask-sdk-core");
40
-
varpatterns=['The Destined Lambda','The Dynamo Streamer','The Big Fan','The Cloudwatch Dashboard','The S3 Angular Website','This pattern that you\'re testing right now: The Alexa Skill'];
40
+
varpatterns=['The Destined Lambda','The S3 React Website','The State Machine','The Dynamo Streamer','The Lambda Trilogy','The Big Fan','The Eventbridge Circuit Breaker','The Scalable Webhook','The Cloudwatch Dashboard','The Saga Stepfunction','The S3 Angular Website','this pattern that you\'re testing right now: The Alexa Skill'];
speechText='I have many patterns for you to see! For example, there is '+patterns[getPattern(0,1)]+', '+patterns[getPattern(2,3)]+' or '+patterns[getPattern(4,5)]+'!';
93
+
speechText='I have many patterns for you to see! For example, there is '+patterns[getPattern(0,3)]+', '+patterns[getPattern(4,7)]+' or '+patterns[getPattern(8,11)]+'!';
0 commit comments