Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lym953
Copy link
Contributor

@lym953 lym953 commented Nov 19, 2024

What does this PR do?

  1. Put a large part of README into a section Lambda because I'll soon add a Step Function section.
  2. Made various other updates.

Motivation

Testing Guidelines

Additional Notes

Types of Changes

  • Bug fix
  • New feature
  • Breaking change
  • Misc (docs, refactoring, dependency upgrade, etc.)

Check all that apply

  • This PR's description is comprehensive
  • This PR contains breaking changes that are documented in the description
  • This PR introduces new APIs or parameters that are documented and unlikely to change in the foreseeable future
  • This PR impacts documentation, and it has been updated (or a ticket has been logged)
  • This PR's changes are covered by the automated tests
  • This PR collects user input/sensitive content into Datadog

Comment on lines +64 to +66
##### Note:

Pay attention to the output from your package manager as the `Datadog CDK Construct Library` has peer dependencies.
Copy link
Contributor Author

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]._
Copy link
Contributor Author

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", {
Copy link
Contributor Author

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.

@lym953 lym953 marked this pull request as ready for review November 19, 2024 20:53
@lym953 lym953 requested a review from a team as a code owner November 19, 2024 20:53
@estherk15 estherk15 self-assigned this Nov 20, 2024
@estherk15 estherk15 removed their assignment Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants