Skip to content

Commit

Permalink
adiciona valores default
Browse files Browse the repository at this point in the history
  • Loading branch information
Perkles committed May 5, 2024
1 parent c2627f4 commit ba58e93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ Resources:
Method: post
Environment:
Variables:
UserPoolId: ${{ secrets.USERPOOLID }}
ClientId: ${{ secrets.CLIENTID }}
RegionName: ${{ secrets.REGION }}
UserPoolId: "default-userpool-id"
ClientId: "default-client-id"
RegionName: "default-region-name"

# Outputs:
# # ServerlessRestApi is an implicit API created out of Events key under Serverless::Function
Expand Down

0 comments on commit ba58e93

Please sign in to comment.