DataDog / datadog-cloudformation-macro

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

feat: add support for arm64 lamdas #49

Closed matthias-pichler closed 2 years ago

matthias-pichler commented 2 years ago

48

What does this PR do?

I added support for Lambdas running on arm64 based architectures

Motivation

The current macro adds the x86_64 layers to functions which caused our new arm based functions to fail

Testing Guidelines

I added unit tests

Additional Notes

Types of changes

Check all that apply

tianchu commented 2 years ago

@matthias-pichler-warrify Thanks for your contribution!

@hghotra do you mind helping review this one?