Skip to content
New issue

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

Add SAM Validate stage when sceptre validate is run #16

Open
rohits2290 opened this issue Dec 16, 2024 · 0 comments
Open

Add SAM Validate stage when sceptre validate is run #16

rohits2290 opened this issue Dec 16, 2024 · 0 comments

Comments

@rohits2290
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant