Skip to content

Commit

Permalink
Added deployments README
Browse files Browse the repository at this point in the history
  • Loading branch information
anjanvb committed Sep 30, 2024
1 parent eb3792d commit 1d7cd99
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sample_deployments/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
### Sample Lambda deplpoyments with Rhubarb

Here you will find some sample Lambda deployments with Rhubarb using CDK.

1. [Docker Deployment](./cdk_lambda_docker/) - Deploys a Lambda function with a Docker image with Rhubarb dependencies
2. [Native Deployment](./cdk_lambda_native/) - Deploys a Lambda function code with Rhubarb as a Lambda Layer (note that the deployment is for x86 Lambda environment)

0 comments on commit 1d7cd99

Please sign in to comment.