From 7e117590cb0a62d6ed93c46a5afbe721ac36c7de Mon Sep 17 00:00:00 2001 From: Pavel Tcholakov Date: Wed, 24 Apr 2024 12:53:35 +0200 Subject: [PATCH] Add experimental note to Fargate construct --- lib/restate-constructs/fargate-restate-deployment.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/restate-constructs/fargate-restate-deployment.ts b/lib/restate-constructs/fargate-restate-deployment.ts index e703400..353eef4 100644 --- a/lib/restate-constructs/fargate-restate-deployment.ts +++ b/lib/restate-constructs/fargate-restate-deployment.ts @@ -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;