aws-samples / aws-cdk-examples

Example projects using the AWS CDK
Apache License 2.0
5.08k stars 2.14k forks source link

feat(ts): Aspects example #963

Closed fosterdrummer closed 9 months ago

fosterdrummer commented 10 months ago

Fixes #962

Adding an example implementation and application of an Aspect.

The sample project implements an aspect that does the following:

Code comments and documentation are added to provide context around how aspects work and steps to implement a custom aspect.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.