0.1.8 • Published 1 year ago
pdmservice-api-common-layer v0.1.8
README
This is the utility functions layer for PDM Service.
The npm package is to be used as a dev-dependency only.
The layer is deployed separately and PDM Service deployment gets the layer ARN as a parameter.
Deployment
npm run build
cdk deploy --context "TARGETSYSTEM=your-target-system --profile your-aws-cli-profile
Where TARGETSYSTEM is one of "pdmservice-dev" or "pdmservice-prod".
Build
npm run build
will package the layer into the dist directory
- as the deployable layer files into layer
- and as the npm installable package into package