I have a requirement where i have to deploy a AWS Serverless Lambda webapi application using AWS CodeDeploy using bitbucket CICD pipeline. Please help me on this.
Hello, @Sai Devulapalli !
Can you say, which pipe are you using?
There is a specific pipe for deploying to serverless AWS and more generic pipe platform-independent. If you need specifically AWS, first choice would be good for you to try.
Is it good if i use AWS CloudFormation Pipe for serverless applications.
Thanks,
Sai
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Sai Devulapalli , the most suitable pipe, I guess, is
https://bitbucket.org/atlassian/aws-sam-deploy/src/master/ - wrapping over cloudformation deploy for lambda.
I guess, you need this to deploy it for now
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.