Thanks to visit codestin.com
Credit goes to github.com

Skip to content

bilalq/restatedev-cdk

 
 

Repository files navigation

Documentation Examples Discord Twitter

Restate CDK support

AWS Cloud Development Kit (CDK) construct library for deploying Restate and Restate services on AWS. This library helps you when deploying Restate services to AWS Lambda as well as for managing self-hosted Restate deployments on your own infrastructure. For more information on CDK, please see Getting started with the AWS CDK.

Available constructs

  • LambdaServiceRegistry - A collection of Lambda-deployed Restate services, this construct automatically registers the latest function version as a new deployment revision in a Restate instance
  • SingleNodeRestateDeployment - Deploys a self-hosted Restate instance on EC2; note this is a single-node deployment targeted at development and testing
  • RestateCloudEnvironment - A Restate Cloud instance

For a more detailed overview, please see the Restate CDK documentation.

Examples

You can use the following examples as references for your own CDK projects:

  • hello-world-lambda-cdk - Kotlin service deployed to AWS Lambda
  • Restate Holiday - a more complex example of a fictional reservation service demonstrating the Saga orchestration pattern

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.4%
  • JavaScript 0.6%