-
Notifications
You must be signed in to change notification settings - Fork 29
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
chore: Refactor README to prepare for adding step function doc #334
Conversation
##### Note: | ||
|
||
Pay attention to the output from your package manager as the `Datadog CDK Construct Library` has peer dependencies. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moving it up to the PyPI
section, where it's supposed to be, as shown in the original PR #28.
|
||
- _If you are new to AWS CDK then check out this [workshop][14]._ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moving this to Resources to learn about CDK
section
@@ -85,7 +88,7 @@ Add this to your CDK stack: | |||
```typescript | |||
import { DatadogLambda } from "datadog-cdk-constructs-v2"; | |||
|
|||
const datadog = new DatadogLambda(this, "Datadog", { | |||
const datadogLambda = new DatadogLambda(this, "datadogLambda", { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
datadogLambda
is the preferred variable name now because we will soon add datadogSfn
for Ste pFunctions. Using datadog
will cause confusion.
10ebdae
to
d1e2d98
Compare
/merge |
Devflow running:
|
What does this PR do?
Lambda
because I'll soon add aStep Function
section.Motivation
Testing Guidelines
Additional Notes
Types of Changes
Check all that apply