| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This project provides a REST API to be used as a decryption oracle to verify that ciphertext can be successfully decrypted by the AWS Encryption SDK for Python.
The API is deployed on Amazon API Gateway and backed by AWS Lambda.
Path
/v0/decrypt
Request
Response
The Lambda package must be built on an Amazon Linux platform as close as possible to the AWS Lambda environment.
To build the Lambda package, run: tox -e chalice -- package {TARGET DIR}
This API is built using Chalice and can be deployed independently of any other infrastructure.
To build and deploy the API, run: tox -e chalice -- deploy
| Back | FazBrowse Home | New Git URL |