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

fix: update README.md #659

Closed
wants to merge 12 commits into from
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ new ecrdeploy.ECRDeployment(this, 'DeployDockerImage3', {
}));
```

## Sample: [test/example.ecr-deployment.ts](./test/example.ecr-deployment.ts)
## Sample: [test/example.ecr-deployment.ts](https://github.com/cdklabs/cdk-ecr-deployment/tree/main/test/example.ecr-deployment.ts)

```shell
# Run the following command to try the sample.
NO_PREBUILT_LAMBDA=1 npx cdk deploy -a "npx ts-node -P tsconfig.dev.json --prefer-ts-exts test/example.ecr-deployment.ts"
```

## [API](./API.md)
## [API](https://github.com/cdklabs/cdk-ecr-deployment/tree/main/API.md)

## Tech Details & Contribution

Expand Down