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

Support changesets for nested stacks #60

Open
andrewdmay opened this issue Apr 6, 2021 · 2 comments
Open

Support changesets for nested stacks #60

andrewdmay opened this issue Apr 6, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@andrewdmay
Copy link
Collaborator

This requires a newer version of boto3 that may not be compatible with other dependencies (e.g. the SAM CLI).
Therefore rather than requiring the newer version of boto3 it may be necessary to test for whether the version of boto3 being used supports the feature and raise an exception if nested changesets are requested but not supported - that or just create the changeset without the nested support.

@andrewdmay andrewdmay added the enhancement New feature or request label Apr 6, 2021
@andrewdmay
Copy link
Collaborator Author

It's possible to check the version using boto3.__version__

@andrewdmay
Copy link
Collaborator Author

Appears that this was supported in boto3 > 1.16.21 (approximately)

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

No branches or pull requests

1 participant