Skip to content

Commit

Permalink
Create readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lwintjen authored Sep 28, 2023
1 parent 7c490d4 commit 618a96b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Purpose
Deploy a Lambda function within your infrastructure to enable Formal HTTP Sidecar to decrypt sensitive data.

## How to deploy the lambda?
Run the following commands:

```
make deploy
sls deploy
```

Then copy the URL of the lambda function and paste it into Formal console as the `Decryption API URL`

0 comments on commit 618a96b

Please sign in to comment.