@skyhookadventure/golden-cdk
v2.0.6
Published
[![Built with typescript](https://badgen.net/badge/icon/typescript?icon=typescript&label)](https://www.typescriptlang.org/)
Downloads
173
Readme
Skyhook Golden CDK
L3 CDK constructs that simplify common patterns.
Install
yarn add @skyhookadventure/golden-cdk --dev
L3 CDK Constructs Provided
| Construct | Description | | ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | SkyhookNodejsFunction | Adds some defaults to the standard NodejsFunction that we prefer to use, including higher memory and minifying the code. | | AppsyncNodejsResolver | Creates a SkyhookNodejsFunction & hooks it up to an Appsync Resolver. | | EventBridgeNodejsListener | Creates a SkyhookNodejsFunction & hooks it up to an EventBridge rule. |
Uses CDK Peer Dependencies
CDK requires that all your @aws-cdk/xyz
modules are the same version. This module therefore uses peer dependencies for
all cdk modules so that whichever version you have on your service should work.
Built by Skyhook
This module is contributed by the team at Skyhook