Skip to content

Commit

Permalink
Merge pull request #27 from FIAP-Tech-Chalenge/features
Browse files Browse the repository at this point in the history
adiciona valores default
  • Loading branch information
Perkles authored May 5, 2024
2 parents 496eca1 + ba58e93 commit 11e0984
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 11e0984

Please sign in to comment.