donatoaz / 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 92.7%Language:Mustache 4.6%Language:JavaScript 0.8%Language:Shell 0.6%Language:Java 0.6%Language:CSS 0.3%Language:Python 0.3%Language:HTML 0.2%