Skip to content

Commit

Permalink
Update Lambda Function architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
san99tiago committed Feb 26, 2024
1 parent 967a301 commit b9043b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cdk/stacks/cdk_lambda_fastapi_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def create_lambda_layers(self):
aws_lambda.Runtime.PYTHON_3_12,
],
description="Lambda Layer for Python with <fastapi> library",
compatible_architectures=[aws_lambda.Architecture.X86_64],
removal_policy=RemovalPolicy.DESTROY,
)

Expand Down

0 comments on commit b9043b5

Please sign in to comment.