You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of our positioning for Restate within the AWS Serverless community, we want native-feeling CDK support for deploying Restate services. Additionally, we can provide an easy ramp for deploying self-hosted Restate on AWS using the same mechanism. This issue tracks the minimal requirements for a Restate CDK construct library that supports the following:
Easily deploy Restate to AWS in a native, low-cost way that is suitable for dev/test and evaluation purposes; it should provide reasonable durability but no effort is made to ensure high availability
Makes a basic effort to assist customers with operating the Restate infrastructure (e.g. sets up instance OS patching out of the box)
Supports deploying AWS Lambda-based Restate services as easily as managing any other Lambda function in CDK
The initial version will only support TypeScript
The content you are editing has changed. Please copy your edits and refresh the page.
pcholakov
changed the title
Create a CDK deployment construct for self-hosted Restate on AWS
Create CDK deployment constructs and a basic demo stack for self-hosted Restate on AWS
Nov 20, 2023
I'm going to close this top-level issue; we have enough to update https://github.com/restatedev/restate-holiday/issues/ to use the new constructs - and I have converted all the remaining open sub-tasks to their own issues.
As part of our positioning for Restate within the AWS Serverless community, we want native-feeling CDK support for deploying Restate services. Additionally, we can provide an easy ramp for deploying self-hosted Restate on AWS using the same mechanism. This issue tracks the minimal requirements for a Restate CDK construct library that supports the following:
Tasks
The text was updated successfully, but these errors were encountered: