DEV Community

Discussion on: Using container image support for AWS Lambda with AWS SAM and Codebuild/Codepipeline

Collapse
 
mohithuria2608 profile image
mohithuria2608

Hi, i am trying to automate the following scenario..
I am using lambda function as container image and now I want is Whenver there is anew container image pushed.. The lambda should trigger by itself and deploy the lambda with that..
I thought of using sed to replace the tag in my pipeline but that's kinda workaround. Can you please suggest on that.

Collapse
 
enryold profile image
Enrico Vecchio

Sorry for late reply on that..
Why you don't just use a codebuild/codepipeline setup to handle it?