Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gbvanrenswoude/async-aws-cdk
async lookups in aws cdk using typescript
https://github.com/gbvanrenswoude/async-aws-cdk
Last synced: about 10 hours ago
JSON representation
async lookups in aws cdk using typescript
- Host: GitHub
- URL: https://github.com/gbvanrenswoude/async-aws-cdk
- Owner: gbvanrenswoude
- Created: 2020-09-11T18:18:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-11T22:23:06.000Z (over 4 years ago)
- Last Synced: 2023-03-11T01:42:11.330Z (almost 2 years ago)
- Language: TypeScript
- Size: 82 KB
- Stars: 25
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# async-lookups-in-awscdk
This project is as an example on how to do async lookups before processing cdk synth and generate a CloudFormation resources. Doing async lookups during stack processing is currently not supported in aws-cdk. (https://github.com/aws/aws-cdk/issues/8273)
It is in that way kinda similar to Sceptre hooks/resolvers or Terraform Datasources and expands on the Constructs build in lookup methods CDK offers.