We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e33a0 commit 1a2b8d7Copy full SHA for 1a2b8d7
images-to-aws-s3/template.yaml
@@ -26,7 +26,7 @@ Resources:
26
Type: AWS::Serverless::Function
27
Properties:
28
Handler: src/authorizer/index.handler
29
- Runtime: nodejs18.x
+ Runtime: nodejs22.x
30
Policies:
31
- AWSSecretsManagerGetSecretValuePolicy:
32
SecretArn: !Ref ApiAccessToken
@@ -76,7 +76,7 @@ Resources:
76
77
78
Handler: src/upload-to-s3/index.handler
79
80
Events:
81
Get:
82
Type: HttpApi
0 commit comments