/aws-prototyping-sdk

Contains useful CDK and Projen constructs vended in multiple languages

Primary LanguageTypeScriptApache License 2.0Apache-2.0

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.