Skip to content

Commit

Permalink
remove output (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdial89f authored Feb 20, 2024
1 parent 5e5dcf0 commit 4d1a761
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion serverless-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ services:
CognitoUserPoolId: ${auth.UserPoolId}
CognitoUserPoolClientId: ${auth.UserPoolClientId}
CognitoUserPoolClientDomain: ${auth.UserPoolClientDomain}
BootstrapUsersPassword: ${auth.BootstrapUsersPassword}
2 changes: 0 additions & 2 deletions src/services/auth/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,5 +267,3 @@ resources:
Value: !Ref CognitoIdentityPool
Region:
Value: !Sub ${AWS::Region}
BootstrapUsersPassword:
Value: ${self:custom.bootstrapUsersPassword}

0 comments on commit 4d1a761

Please sign in to comment.