Skip to content

Commit

Permalink
The stack name needs to be limited at 44
Browse files Browse the repository at this point in the history
prefix is 20 chars, max Lambda function name length is 64
  • Loading branch information
TobySaundersGDS committed Nov 15, 2024
1 parent 8338f97 commit 527ecdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
sam-deployment-bucket: ${{ vars.DEPLOYMENT_ARTIFACTS_BUCKET }}
aws-role-arn: ${{ vars.DEPLOYMENT_ROLE_ARN }}
stack-name-prefix: preview-kbv-hmrc-api
stack-name-length-limit: 44
cache-name: ipv-cri-hmrc-kbv-api-${{ needs.build.outputs.sha_short}}
s3-prefix: preview
pull-repository: true
Expand Down

0 comments on commit 527ecdf

Please sign in to comment.