DataDog / datadog-cloudformation-macro

CloudFormation Macros by Datadog
Apache License 2.0
14 stars 22 forks source link

Add ref support to retrieve runtime & architecture in findLambdas #58

Closed JeremyJacquemont closed 2 years ago

JeremyJacquemont commented 2 years ago

What does this PR do?

This PR allows to handle correctly runtime and architecture values if these values use Ref intrinsic function.

Motivation

We needed to override findLambdas to handle our usage, this may be useful to others.

Testing Guidelines

Tested by unit tests and deployments in our environments.

Additional Notes

N/A

Types of changes

Check all that apply