Skip to content

Commit

Permalink
Add experimental note to Fargate construct
Browse files Browse the repository at this point in the history
  • Loading branch information
pcholakov committed Apr 24, 2024
1 parent 45c4118 commit 7e11759
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/restate-constructs/fargate-restate-deployment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ export interface RestateFargateProps {
}

/**
* Creates a Restate service deployment running as a Fargate task and backed by EFS.,
* Creates a Restate service deployment running as a Fargate task and backed by EFS.
*
* Please note that this construct is still experimental! Use with caution.
*/
export class FargateRestateDeployment extends Construct implements IRestateEnvironment {
readonly invokerRole: iam.IRole;
Expand Down

0 comments on commit 7e11759

Please sign in to comment.