Skip to content

Commit

Permalink
test: bump AWS::Serverless::Function runtime nodejs12.x to nodejs18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Nov 8, 2023
1 parent 34e9719 commit 91a387d
Show file tree
Hide file tree
Showing 170 changed files with 246 additions and 246 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Resources:
Type: AlexaSkill
Handler: index.handler
MemorySize: 1024
Runtime: nodejs12.x
Runtime: nodejs18.x
Timeout: 3
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Resources:
SkillId: amzn1.ask.skill.12345678-1234-1234-1234-123456789
Handler: index.handler
MemorySize: 1024
Runtime: nodejs12.x
Runtime: nodejs18.x
Timeout: 3
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Resources:
Properties:
CodeUri: s3://sam-demo-bucket/member_portal.zip
Handler: index.gethtml
Runtime: nodejs12.x
Runtime: nodejs18.x
Events:
GetHtml:
Type: Api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Resources:
Properties:
CodeUri: s3://sam-demo-bucket/member_portal.zip
Handler: index.gethtml
Runtime: nodejs12.x
Runtime: nodejs18.x
Events:
GetHtml:
Type: Api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Resources:
Properties:
CodeUri: s3://sam-demo-bucket/member_portal.zip
Handler: index.gethtml
Runtime: nodejs12.x
Runtime: nodejs18.x
Events:
GetHtml:
Type: Api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Resources:
Properties:
CodeUri: s3://sam-demo-bucket/member_portal.zip
Handler: index.gethtml
Runtime: nodejs12.x
Runtime: nodejs18.x
Events:
GetHtml:
Type: Api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Resources:
Properties:
CodeUri: s3://sam-demo-bucket/hello.zip
Handler: index.handler
Runtime: nodejs12.x
Runtime: nodejs18.x

MyApi:
Type: AWS::Serverless::HttpApi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Resources:
Properties:
CodeUri: s3://sam-demo-bucket/hello.zip
Handler: index.handler
Runtime: nodejs12.x
Runtime: nodejs18.x

MyApi:
Type: AWS::Serverless::HttpApi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Resources:
Properties:
CodeUri: s3://sam-demo-bucket/hello.zip
Handler: index.handler
Runtime: nodejs12.x
Runtime: nodejs18.x

MyApi:
Type: AWS::Serverless::HttpApi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Resources:
Properties:
CodeUri: s3://sam-demo-bucket/member_portal.zip
Handler: index.gethtml
Runtime: nodejs12.x
Runtime: nodejs18.x
Events:
GetHtml:
Type: Api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Resources:
Properties:
CodeUri: s3://sam-demo-bucket/member_portal.zip
Handler: index.gethtml
Runtime: nodejs12.x
Runtime: nodejs18.x
Events:
GetHtml:
Type: Api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Resources:
Properties:
CodeUri: s3://sam-demo-bucket/member_portal.zip
Handler: index.gethtml
Runtime: nodejs12.x
Runtime: nodejs18.x
Events:
GetHtml:
Type: Api
Expand All @@ -23,7 +23,7 @@ Resources:
Properties:
CodeUri: s3://sam-demo-bucket/member_portal.zip
Handler: index.gethtml
Runtime: nodejs12.x
Runtime: nodejs18.x
Events:
GetHtml:
Type: Api
Expand All @@ -42,7 +42,7 @@ Resources:
Properties:
CodeUri: s3://sam-demo-bucket/member_portal.zip
Handler: index.gethtml
Runtime: nodejs12.x
Runtime: nodejs18.x
Events:
GetHtml:
Type: Api
Expand All @@ -61,7 +61,7 @@ Resources:
Properties:
CodeUri: s3://sam-demo-bucket/member_portal.zip
Handler: index.gethtml
Runtime: nodejs12.x
Runtime: nodejs18.x
Events:
GetHtml:
Type: Api
Expand All @@ -79,7 +79,7 @@ Resources:
Properties:
CodeUri: s3://sam-demo-bucket/member_portal.zip
Handler: index.gethtml
Runtime: nodejs12.x
Runtime: nodejs18.x
Events:
GetHtml:
Type: Api
Expand All @@ -97,7 +97,7 @@ Resources:
Properties:
CodeUri: s3://sam-demo-bucket/member_portal.zip
Handler: index.gethtml
Runtime: nodejs12.x
Runtime: nodejs18.x
Events:
GetHtml:
Type: Api
Expand All @@ -115,7 +115,7 @@ Resources:
Properties:
CodeUri: s3://sam-demo-bucket/member_portal.zip
Handler: index.gethtml
Runtime: nodejs12.x
Runtime: nodejs18.x
Events:
GetHtml:
Type: Api
Expand All @@ -133,7 +133,7 @@ Resources:
Properties:
CodeUri: s3://sam-demo-bucket/member_portal.zip
Handler: index.gethtml
Runtime: nodejs12.x
Runtime: nodejs18.x
Events:
GetHtml:
Type: Api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Resources:
Properties:
CodeUri: s3://sam-demo-bucket/member_portal.zip
Handler: index.gethtml
Runtime: nodejs12.x
Runtime: nodejs18.x
Events:
GetHtml:
Type: Api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ Resources:
Properties:
CodeUri: s3://bucket/key
Handler: index.handler
Runtime: nodejs12.x
Runtime: nodejs18.x
MyFn:
Type: AWS::Serverless::Function
Properties:
CodeUri: s3://bucket/key
Handler: index.handler
Runtime: nodejs12.x
Runtime: nodejs18.x
Events:
LambdaEvent:
Type: Api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Resources:
Properties:
CodeUri: s3://sam-demo-bucket/hello.zip
Handler: index.handler
Runtime: nodejs12.x
Runtime: nodejs18.x

MyApi:
Type: AWS::Serverless::Api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Resources:
Properties:
CodeUri: s3://sam-demo-bucket/hello.zip
Handler: index.handler
Runtime: nodejs12.x
Runtime: nodejs18.x

MyApi:
Type: AWS::Serverless::Api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Resources:
Properties:
CodeUri: s3://sam-demo-bucket/hello.zip
Handler: index.handler
Runtime: nodejs12.x
Runtime: nodejs18.x

MyApi:
Type: AWS::Serverless::Api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Resources:
Properties:
CodeUri: s3://sam-demo-bucket/hello.zip
Handler: index.handler
Runtime: nodejs12.x
Runtime: nodejs18.x

MyApi:
Type: AWS::Serverless::Api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Resources:
Properties:
CodeUri: s3://sam-demo-bucket/hello.zip
Handler: index.handler
Runtime: nodejs12.x
Runtime: nodejs18.x

MyApi:
Type: AWS::Serverless::Api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Resources:
Properties:
CodeUri: s3://sam-demo-bucket/hello.zip
Handler: index.handler
Runtime: nodejs12.x
Runtime: nodejs18.x

MyApi:
Type: AWS::Serverless::Api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Resources:
Properties:
CodeUri: s3://sam-demo-bucket/member_portal.zip
Handler: index.gethtml
Runtime: nodejs12.x
Runtime: nodejs18.x
Events:
GetHtml:
Type: Api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Resources:
Properties:
CodeUri: s3://sam-demo-bucket/member_portal.zip
Handler: index.gethtml
Runtime: nodejs12.x
Runtime: nodejs18.x
Events:
GetHtml:
Type: Api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Resources:
Properties:
CodeUri: s3://sam-demo-bucket/member_portal.zip
Handler: index.gethtml
Runtime: nodejs12.x
Runtime: nodejs18.x
Events:
GetHtml:
Type: Api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Resources:
Properties:
CodeUri: s3://bucket/key
Handler: index.handler
Runtime: nodejs12.x
Runtime: nodejs18.x
Events:
MyApiWithApiKeyRequiredDefault:
Type: Api
Expand All @@ -24,7 +24,7 @@ Resources:
Properties:
CodeUri: s3://bucket/key
Handler: index.handler
Runtime: nodejs12.x
Runtime: nodejs18.x
Events:
MyApiWithApiKeyRequiredTrue:
Type: Api
Expand All @@ -39,7 +39,7 @@ Resources:
Properties:
CodeUri: s3://bucket/key
Handler: index.handler
Runtime: nodejs12.x
Runtime: nodejs18.x
Events:
MyApiWithApiKeyRequiredFalse:
Type: Api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Resources:
Properties:
CodeUri: s3://bucket/key
Handler: index.handler
Runtime: nodejs12.x
Runtime: nodejs18.x
Events:
MyApiWithApiKeyRequired:
Type: Api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Resources:
Properties:
CodeUri: s3://bucket/key
Handler: index.handler
Runtime: nodejs12.x
Runtime: nodejs18.x
Events:
MyApiWithApiKeyRequired:
Type: Api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Resources:
Properties:
CodeUri: s3://bucket/key
Handler: index.handler
Runtime: nodejs12.x
Runtime: nodejs18.x
Events:
MyApiWithApiKeyRequiredTrue:
Type: Api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Resources:
Properties:
CodeUri: s3://sam-demo-bucket/thumbnails.zip
Handler: index.handler
Runtime: nodejs12.x
Runtime: nodejs18.x
Events:
WithNoAuthorizer:
Type: Api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Resources:
Properties:
CodeUri: s3://sam-demo-bucket/thumbnails.zip
Handler: index.handler
Runtime: nodejs12.x
Runtime: nodejs18.x
Events:
WithNoAuthorizer:
Type: Api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ Resources:
Properties:
CodeUri: s3://bucket/key
Handler: index.handler
Runtime: nodejs12.x
Runtime: nodejs18.x
MyFn:
Type: AWS::Serverless::Function
Properties:
CodeUri: s3://bucket/key
Handler: index.handler
Runtime: nodejs12.x
Runtime: nodejs18.x
Events:
Cognito:
Type: Api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ Resources:
Properties:
CodeUri: s3://bucketname/thumbnails.zip
Handler: index.handler
Runtime: nodejs12.x
Runtime: nodejs18.x
MyFn:
Type: AWS::Serverless::Function
Properties:
CodeUri: s3://bucketname/thumbnails.zip
Handler: index.handler
Runtime: nodejs12.x
Runtime: nodejs18.x
Events:
Cognito:
Type: Api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Resources:
Properties:
CodeUri: s3://sam-demo-bucket/thumbnails.zip
Handler: index.handler
Runtime: nodejs12.x
Runtime: nodejs18.x
Events:
WithNoAuthorizer:
Type: Api
Expand Down Expand Up @@ -93,7 +93,7 @@ Resources:
Properties:
CodeUri: s3://sam-demo-bucket/thumbnails.zip
Handler: index.handler
Runtime: nodejs12.x
Runtime: nodejs18.x
Events:
WithLambdaTokenAuthorizer:
Type: Api
Expand Down
Loading

0 comments on commit 91a387d

Please sign in to comment.