Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Build dist ZIP for AWS Lambda layers #1001

Merged
merged 7 commits into from
Feb 10, 2021
Merged

Conversation

iker-barriocanal
Copy link
Contributor

@iker-barriocanal iker-barriocanal commented Feb 9, 2021

In order to get the Python SDK on an AWS Lambda function, a layer where Python is installed must be added to that function. The layer requires a ZIP file to be uploaded, containing the Python binaries installed (i.e. the Python SDK and the required additional modules installed). The scripts/build-awslambda-layer.py generates that ZIP file. The script is also run in the CI, so it will be available as an artifact.

@iker-barriocanal iker-barriocanal requested a review from a team February 9, 2021 09:44
@iker-barriocanal iker-barriocanal marked this pull request as draft February 9, 2021 10:02
@iker-barriocanal iker-barriocanal removed the request for review from a team February 9, 2021 10:40
@iker-barriocanal iker-barriocanal marked this pull request as ready for review February 9, 2021 14:17
@iker-barriocanal iker-barriocanal requested review from a team, ahmedetefy and ajjindal February 9, 2021 14:17
@iker-barriocanal iker-barriocanal merged commit abc2400 into master Feb 10, 2021
@iker-barriocanal iker-barriocanal deleted the aws-lambda-build branch February 10, 2021 09:38
@iker-barriocanal iker-barriocanal restored the aws-lambda-build branch February 11, 2021 09:47
@iker-barriocanal iker-barriocanal deleted the aws-lambda-build branch February 11, 2021 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants