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

Default file to stage empty function #648

Open
travis2090 opened this issue Dec 6, 2024 · 1 comment
Open

Default file to stage empty function #648

travis2090 opened this issue Dec 6, 2024 · 1 comment
Labels

Comments

@travis2090
Copy link

Is your request related to a problem? Please describe.

We have separate teams where one team is responsible for writing function code and one for setting up and maintaining infrastructure. We would like to pre build the infrastructure before the product team is finished with their code. When they finish there development effort the CI pipeline will deploy the code to the waiting lambda

Describe the solution you'd like.

Allow an additional option to specify a blank deployment which will deploy the lambda with temp file in a zip or an s3 bucket and key that has the temp zip file uploaded to it

Describe alternatives you've considered.

we currently pass this temp file to the module and have additional resources to uplaod to s3 if we choose to use s3. We would like to have the module handle this so we don't have to maintain the temp file or s3 resources outside of the module.

Additional context

This is very similar to if you manually go to the console and create the function and then later upload the code. I would be happy to try a PR for this if its something that you would allow in the module.

Copy link

github-actions bot commented Jan 6, 2025

This issue has been automatically marked as stale because it has been open 30 days
with no activity. Remove stale label or comment or this issue will be closed in 10 days

@github-actions github-actions bot added the stale label Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant