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
Hi, thanks for developing a useful deployment tool for lambda!
I create a Lambda event source mappings with aws cli after running lambroll deploy and creating a Lambda Function.
I think it would be useful to be able to create Event Source Mapping at the same time when executing lambroll deploy. (with flags like --event-source-mapping)
Thank you.
The text was updated successfully, but these errors were encountered:
I thought about managing event source mappings by lambroll, but it is difficult for the reasons below.
Multiple event source mappings can be attached to a lambda function.
When we want to change configurations of some mappings, lambroll has to detect the ones that need to be updated or created only from passed CLI arguments. But it seems impossible because lambroll doesn't have state information (like a tfstate of Terraform).
Hi, thanks for developing a useful deployment tool for lambda!
I create a Lambda event source mappings with aws cli after running
lambroll deploy
and creating a Lambda Function.I think it would be useful to be able to create Event Source Mapping at the same time when executing
lambroll deploy
. (with flags like--event-source-mapping
)Thank you.
The text was updated successfully, but these errors were encountered: