Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.