-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Deploying nested application gives false error message #2689
Comments
Thanks for reporting, yes, as build/deploy works as expected, this message is only meant to be output during building. A fix is coming soon to avoid confusion. |
Just came across this too running |
The fix for the issue have been released with SAM CLI v1.21.0, resolving. |
|
Description:
Prior to updating my aws-sam-cli to version 1.20.0 I had a stack with several nested stacks from the local filesystem. This was done primarily to break up my template into more manageable chunks. Now that I upgraded to v1.20.0 I am receiving the following error upon running
sam deploy
:Nested application 'Application' has specified S3 location for Location which is unsupported. Skipping resources inside this nested application.
Steps to reproduce:
sam init
sam build && sam deploy --debug
Observed result:
Expected result:
I expect to be able to reference local templates for nested stacks as I was able to before upgrading my CLI version. It appears that the resources in the nested stack were created, so this error message might just be noise.
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
sam --version
: 1.20.0Add --debug flag to command you are running
The text was updated successfully, but these errors were encountered: