Skip to content

Integrate Intrinsics#1333

Merged
jfuss merged 12 commits intoaws:developfrom
viksrivat:feature/integrate_intrinsics
Aug 14, 2019
Merged

Integrate Intrinsics#1333
jfuss merged 12 commits intoaws:developfrom
viksrivat:feature/integrate_intrinsics

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.

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.

2 participants