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

Extension with support for Lambda functions #12

Open
andrewdmay opened this issue Jul 2, 2020 · 1 comment
Open

Extension with support for Lambda functions #12

andrewdmay opened this issue Jul 2, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@andrewdmay
Copy link
Collaborator

As this utility may be used with lambda functions where it's necessary to upload files to S3, possibly from a zip file previously created in a CI/CD pipeline, there may be value in building some of this functionality into stackmanager.

It may also be worth considering template alterations in the style of aws cloudformation package or sam package where a local file path can be converted into the S3 Bucket and Key after an automated upload. The template is being loaded into memory when creating a changeset, so it would be possible to manipulate it.

@andrewdmay andrewdmay added the enhancement New feature or request label Jul 2, 2020
andrewdmay added a commit that referenced this issue Jul 5, 2020
andrewdmay added a commit that referenced this issue Jul 5, 2020
@andrewdmay andrewdmay self-assigned this Jul 5, 2020
andrewdmay added a commit that referenced this issue Jul 7, 2020
#12 - Add build-lambda functionality using aws-lambda-builders
@andrewdmay
Copy link
Collaborator Author

The build-lambda and upload commands are a good start, but a single command that combines these and deploy (and potentially finds the code from the template to build and then manipulates it to put in the Bucket/Key like sam build/deploy) could make this more useful for running locally. Keeping this open for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant