Skip to content

Commit

Permalink
sam package
Browse files Browse the repository at this point in the history
revert previous change and us sam package for build
  • Loading branch information
ChrisPates committed May 31, 2022
1 parent 25a6267 commit 1654ac0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ phases:
- go build -o ssosync main.go

# Package our application with AWS SAM
- aws cloudformation package --template template.yaml --s3-bucket ${ARTIFACT_S3_BUCKET} --output-template packaged.yaml
- sam package --output-template-file packaged.yaml --s3-bucket ${ARTIFACT_S3_BUCKET}

artifacts:
files:
Expand Down
4 changes: 2 additions & 2 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Metadata:
Author: Sebastian Doell
SpdxLicenseId: Apache-2.0
# paths are relative to .aws-sam/build directory
LicenseUrl: https://github.com/awslabs/ssosync/blob/master/LICENSE
ReadmeUrl: https://github.com/awslabs/ssosync/blob/master/SAR.md
LicenseUrl: LICENSE
ReadmeUrl: SAR.md
Labels: [serverless, sso, lambda, scim]
HomePageUrl: https://github.com/awslabs/ssosync
# Update the semantic version and run sam publish to publish a new version of your app
Expand Down

0 comments on commit 1654ac0

Please sign in to comment.