-
Notifications
You must be signed in to change notification settings - Fork 50
Home
Paul Duvall edited this page May 1, 2019
·
8 revisions
- Update from
Runtime: nodejs6.10
toRuntime: nodejs8.10
in template-sar.yml and template.yml - Modify the image
Image: aws/codebuild/nodejs:8.11.0
in codebuild.yml - Create CloudFormation stack using codebuild.yml. This creates a new CodeBuild Project.
- Start the CodeBuild project that you created via CloudFormation
- Update
CodeUri
to use the new S3 location in template-sar.yml based on the most recent CodeBuild run. To find the S3 URI, go to the S3 Console and search for dashboard. - Click the Copy the Badge URL button from the CodeBuild project and paste in the README
- Go to Serverless Application Repository and click Publish new version.
- Enter a Semantic version (e.g.
0.0.5
) - Enter a Source code URL:
https://github.com/stelligent/pipeline-dashboard
- In the SAM template section, click on Browse and upload the most recent template-sar.yml file
- Click Publish version
- Test from a separate AWS account using AWS Lambda and choosing it from the Browse serverless application repository after clicking the Create function button.