automartin5000 / aws-prototyping-sdk

Contains useful CDK and Projen constructs vended in multiple languages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws-prototyping-sdk

AWS Prototyping SDK (PDK) is a package which contains useful CDK and Projen constructs.

Getting Started

Ensure you have the following packages installed globally:

# from root directory of this package
yarn

Usage of projen/nx

This package is built using projen and nx as such all tasks should be invoked via either:

  • npx nx run-many --target=<task> --all - executes the <task> on every package, in dependency order.
  • npx nx run <package_name>:<task> - executes the <task> on the specified <package_name>.

To build the full project, run npx nx run-many --target=build --all

Any change to projects/* or .projenrc.ts requires a synth to be executed. To do this, run: npx projen from the root directory.

Documentation

For documentation including examples and a full API reference, visit: https://aws.github.io/aws-prototyping-sdk/

Contributing

See CONTRIBUTING for more information.

Security

See CONTRIBUTING for more information.

License

This project is licensed under the Apache-2.0 License.

About

Contains useful CDK and Projen constructs vended in multiple languages

License:Apache License 2.0


Languages

Language:TypeScript 89.2%Language:Mustache 3.5%Language:JavaScript 2.0%Language:Java 1.5%Language:CSS 1.3%Language:Shell 1.2%Language:Python 0.7%Language:HTML 0.5%