aws-cdk-pure icon indicating copy to clipboard operation
aws-cdk-pure copied to clipboard

Purely Functional and high-order cloud components with AWS CDK

Results 10 aws-cdk-pure issues
Sort by recently updated
recently updated
newest added

Leaving the name empty is a frequent source of bugs and errors, since I use lambda functions, and forget to add the name field. e.g. ```ts pure.join(scope, cloud.stack(() => ({})))...

[T] bug

I need to pass `env` to the root stack, but I can't because `pure.root` doesn't take props as an argument.

[@] require feedback

https://docs.aws.amazon.com/cdk/latest/guide/cfn_layer.html Often it is required to Modifying the AWS CloudFormation Resource behind AWS Constructs. The library should introduce a pure functional way to make it.

The lib supports stack construction using following syntax ```typescript const app = new cdk.App() const stack = (): cdk.StackProps => ({}) pure.iaac(cdk.Stack)(stack) .effect(x => { pure.join(x, RestApi) pure.join(x, LogGroup) pure.join(x,...

**As a** developer **I want to** give a name and pass parameters to `cdk.Stack` **So that** single application delivers immutable green/blue variants of same stack With current API, you do...

You should be able to reflect on the CDK through jsii (see [this](https://gist.github.com/eladb/68a009cf9c953b04a637bac5c40afdbc#file-reflecting-on-cdk-md)) and auto-generate functional wrappers for all constructs.

Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies