Skip to content

Commit

Permalink
Update serverless.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
n13 committed Oct 6, 2024
1 parent afc5f1c commit 0e5dd9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ provider:
twilioAuthToken: ${env:twilioAuthToken}
# msgPrefix: ${self:custom.environment.msgPrefix}
sendGridKey: ${env:sendGridKey}
openIdSignaturePrivateKeyParamName: ${env:openIdSignaturePrivateKeyParamName}
openIdSignaturePrivateKeyParamName: ${env.openIdSignaturePrivateKeyParamName}
openIdIssuingAuthority: ${env.openIdIssuingAuthority}
userPoolName: ${self:custom.userPoolName}
identityPoolName: ${self:custom.identityPoolName}
Expand Down

0 comments on commit 0e5dd9d

Please sign in to comment.