JSPM

@renovosolutions/cdk-library-renovo-microapi

0.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q104887F
  • License Apache-2.0

AWS CDK Construct Library to manage micro apis for Renovo Solutions

Package Exports

  • @renovosolutions/cdk-library-renovo-microapi
  • @renovosolutions/cdk-library-renovo-microapi/lib/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 (@renovosolutions/cdk-library-renovo-microapi) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Renovo Solutions Private Lambda Micro REST API (proxy) Infrastructure Library

This infrastructure construct library implements a private lambda backed REST API on AWS API Gateway using proxy+. The basic concept is as follows:

  • The API is made available on a private DNS address using a private DNS enabled VPC endpoint. Requests must route using the endpoint or they will not be allowed.
  • The API has one method thats greedy and passes the request to Lambda
  • This single method requires IAM auth
  • The function runs and returns data back
  • All API Gateway requests are logged to cloudwatch
  • All lambda invokes are logged to cloudwatch
  • Probably other things this readme currently forgot