You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: