From e2c91bc57f350a73ca5d8695ccad1e6e8346ea41 Mon Sep 17 00:00:00 2001 From: rajeshvr7 <125723807+rajeshvr7@users.noreply.github.com> Date: Tue, 3 Dec 2024 16:06:07 +0530 Subject: [PATCH] Update petstore-api.yaml --- 01api/petstore-api.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/01api/petstore-api.yaml b/01api/petstore-api.yaml index 9d68668d..f5633be9 100644 --- a/01api/petstore-api.yaml +++ b/01api/petstore-api.yaml @@ -4,7 +4,7 @@ Resources: PetStoreAPI: Type: AWS::Serverless::Api Properties: - StageName: prod + StageName: dev DefinitionUri: petstore-swagger.json Outputs: @@ -13,4 +13,4 @@ Outputs: Description: "Root API endpoint URL for Prod stage" Value: !Sub "https://${PetStoreAPI}.execute-api.${AWS::Region}.amazonaws.com/prod" Export: - Name: PetStoreAPIRoot \ No newline at end of file + Name: PetStoreAPIRoot