We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe your issue here.
version of sceptre (sceptre --version) Sceptre, version 4.5.2
version of python (python --version) Python 3.11.8
which OS/distro MacOS CodeBuild - aws/codebuild/amazonlinux2-x86_64-standard:5.0
Currently when you run sceptre validate Sceptre attempts to build, package and upload to S3. SAM has an option to simply validate the template - https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-cli-command-reference-sam-validate.html
This could be a step after sceptre renders j2 templates or simple yaml/json serverless templates.
Should only validate the template.
Instead, sceptre builds, packages and uploads packages to S3.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Subject of the issue
Describe your issue here.
Your environment
version of sceptre (sceptre --version)
Sceptre, version 4.5.2
version of python (python --version)
Python 3.11.8
which OS/distro
MacOS
CodeBuild - aws/codebuild/amazonlinux2-x86_64-standard:5.0
Steps to reproduce
Currently when you run sceptre validate
Sceptre attempts to build, package and upload to S3.
SAM has an option to simply validate the template - https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-cli-command-reference-sam-validate.html
This could be a step after sceptre renders j2 templates or simple yaml/json serverless templates.
Expected behaviour
Should only validate the template.
Actual behaviour
Instead, sceptre builds, packages and uploads packages to S3.
The text was updated successfully, but these errors were encountered: