DataDog / datadog-cloudformation-macro

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

Detailed README and updated template #2

Closed hannah-sun closed 4 years ago

hannah-sun commented 4 years ago

What does this PR do?

Motivation

To release the public beta for the Datadog CloudFormation macro, we will need a detailed README for customers, with instructions to install the macro. Since the CFN macro is targeted towards CFN/SAM/CDK users, we don't want customers to have to deploy with the Serverless Framework, so this PR updates the workflow. The macro can now be deployed using the AWS CLI directly instead with the provided macro_template.yml file. Jira link

Testing Guidelines

Existing unit tests, as well as deploying in sandbox. Link to macro stack in sa-east-1

Types of changes