Skip to content

Commit

Permalink
Add slim and strip to python build and excluded boto3
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Dec 11, 2024
1 parent ae6d409 commit 4309988
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions backend/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ custom:
- provider.vpcEndpointIds
pythonRequirements:
dockerizePip: true
slim: true
strip: true
noDeploy:
- boto3
- botocore

provider:
name: aws
Expand Down

0 comments on commit 4309988

Please sign in to comment.