We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a04a1 commit 83b2374Copy full SHA for 83b2374
1 file changed
SAMtemplates/main_template.yaml
@@ -119,6 +119,11 @@ Resources:
119
Runtime: java21
120
Layers:
121
- !Sub "arn:aws:lambda:${AWS::Region}:580247275435:layer:LambdaInsightsExtension:56"
122
+ VpcConfig:
123
+ SubnetIds:
124
+ - subnet-0df16e0ac5f81607f
125
+ - subnet-0fee41653b358c179
126
+ - subnet-02f13219e4528459b
127
Environment:
128
Variables:
129
AWS_LAMBDA_LOG_LEVEL: !Ref LogLevel
@@ -128,7 +133,6 @@ Resources:
133
guard:
134
SuppressedRules:
130
135
- LAMBDA_DLQ_CHECK
131
- - LAMBDA_INSIDE_VPC
132
136
- LAMBDA_CONCURRENCY_CHECK
137
138
Alarms:
0 commit comments