Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 424 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 424 Bytes

Lambda function to fetch Formal Sidecar Credentials on behalf of a user

Deploy

To deploy the lambda function, run the following commands:

npm run install
npm run build
terraform init
terraform apply

Usage

You will find an example of client interaction with the lambda function in the client directory. To run the example client, run the following commands:

cd client
ts-node client.ts