Package Exports
- @aws-solutions-constructs/resources
- @aws-solutions-constructs/resources/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@aws-solutions-constructs/resources) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
resources module
All classes are under active development and subject to non-backward compatible changes or removal in any future version. These are not subject to the Semantic Versioning model. This means that while you may use them, you may need to update your source code when upgrading to a newer version of this package.
Reference Documentation: | https://docs.aws.amazon.com/solutions/latest/constructs/ |
---|
The resources library contains reusable resources that can be leveraged from solutions constructs. These resources are deployable units with their own sets of integration tests (to contrast them with the solutions constructs core
library).
The first resource being published is the template-writer
, which does automatic text transformation/substiution, implemented as a custom resource, and run as part of a CloudFormation stack Create/Update/Delete lifecycle. Some use-cases for using the template-writer
resource can be seen in the aws-openapigateway-lambda
Solutions Construct, where it transforms an incoming OpenAPI Definition (residing locally or in S3) by auto-populating the uri
fields of the x-amazon-apigateway-integration
integrations with the resolved value of the backing lambda functions.