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

Integrate Intrinsics #1333

Merged
merged 12 commits into from Aug 14, 2019
Merged

Conversation

viksrivat
Copy link
Contributor

Issue #, if available:
This is an update to the #1261 pr by integrating intrinsics into the translator.

Description of changes:

Checklist:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link
Contributor

@jfuss jfuss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are there any additional integ tests that would improve the confidence in release this? Trying to see if we can level up here in any way.

@@ -60,8 +47,15 @@ def get_template(template_dict, parameter_overrides=None):
if template_dict:
template_dict = SamTranslatorWrapper(template_dict).run_plugins()

template_dict = SamBaseProvider._resolve_parameters(template_dict, parameter_overrides)
template_dict = SamBaseProvider._resolve_parameters(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this needed anymore since we have the full resolver now?

@jfuss
Copy link
Contributor

jfuss commented Aug 13, 2019

Did you address this? #1261 (comment) Unless I am missing it, region will resolve to whatever the default is but not based on profile or region passed into the command. This will make resolving arns in Fn::Sub not complete. This is really important for things like Layers.

Copy link
Contributor

@jfuss jfuss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WOOT!!!!!

@jfuss
Copy link
Contributor

jfuss commented Aug 14, 2019

Great work to get this over the line @viksrivat!

@jfuss jfuss merged commit c09f470 into aws:develop Aug 14, 2019
viksrivat added a commit to viksrivat/aws-sam-cli that referenced this pull request Aug 14, 2019
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

Successfully merging this pull request may close these issues.

None yet

2 participants