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

Add build script for Lambda functions #1595

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tinyg210
Copy link
Contributor

The build part for the Lambda functions was missing from the step-by-step instructions & from the repo. Users were a bit confused about how to proceed. This should make it clear

Copy link

github-actions bot commented Dec 14, 2024

🎊 PR Preview has been successfully built and deployed to https://localstack-docs-preview-pr-1595.surge.sh 🎊

--role arn:aws:iam::000000000000:role/lambda-role \
--environment Variables="{STAGE=local}"
--function-name presign \
--runtime python3.9 \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor suggestion: Would it make sense to upgrade to python3.12 because 3.9 might get deprecated next year (it's the latest non-deprecation Python version) https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html

Thank you @tinyg210 for tackling the missing build instructions, that's indeed a common issue 👍

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.

3 participants