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

chore: add lambda zip example #452

Merged
merged 2 commits into from
May 16, 2024
Merged

chore: add lambda zip example #452

merged 2 commits into from
May 16, 2024

Conversation

malandis
Copy link
Contributor

@malandis malandis commented May 16, 2024

Adds a lambda example where we build the zip and upload to AWS via the
console.

Closes #819

malandis added 2 commits May 16, 2024 10:36
Adds a lambda example where we build the zip and upload to AWS via the
console.
@malandis malandis requested review from cprice404 and bruuuuuuuce May 16, 2024 21:42
Copy link
Contributor

@cprice404 cprice404 left a comment

Choose a reason for hiding this comment

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

Thanks for doing this! lgtm pending Ellery's input on whether we need to mention how to deploy with aws CLI and/or sam.

zip

5. Select the architecture as `x86_64`.
6. Click on "Create function" to create the Lambda function.
7. In the "Code" tab, choose "Upload from the zip" as the code source.
Copy link
Contributor

Choose a reason for hiding this comment

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

@eaddingtonwhite - do you have any input as to whether showing the steps to deploy via console will be sufficient for most users? In the one we just did for nodejs compression we showed how to deploy via aws cli and sam, but I don't have a good sense for whether users really need help with those parts once they have the zip part sorted.

Copy link
Member

Choose a reason for hiding this comment

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

Yeah actually think console maybe better less moving parts or other steps people could mess up.

Copy link
Contributor

Choose a reason for hiding this comment

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

okay gtk!

in that case, 🚢

@malandis malandis merged commit c9c01ac into main May 16, 2024
14 checks passed
@malandis malandis deleted the chore/lambda-zip-example branch May 16, 2024 22:35
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