amazon web services - CloudFormation to setup CodePipeline/CodeBuild to deploy SAM application -


i have setup codepipeline , codebuild deploy sam applications. want convert cloudformation. how do this? followed steps here http://docs.aws.amazon.com/lambda/latest/dg/automating-deployment.html

i stuck @ codebuild part of cloudformation template ...

if you're looking example of how set codepipeline , codebuild using cloudformation, i'd recommend checking out this example template 1 of colleagues, of this.

in example, can see how code build project set using aws::codebuild::project, , how it's refererenced in codepipeline build step using referencing common projectname parameter. checkout documentation aws::codepipeline::pipeline.

hopefully helps, if need further assistence, i'd try clarifying you've done far, , you're getting stuck on.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -