Vishnupriya
Vishnupriya

Reputation: 192

SAM template: AWS Lambda Environment Variable

This is my required environment variable for a lambda function

AuthFlowsParams: '{"policyName": "b2c","tenantId": "d2b2","jwkHost": "dtui","jwkParamStoreName": "/JwkSignInFlow"}'

how to create above environment variable using below mappings

AuthPolicyName: b2c
AuthTenantId: d2b2
AuthJwkHost: dtui
AuthJwkParamStoreName: /JwkSignInFlow

Is it possible to construct a environment variable using the mappings as above ?

Upvotes: 0

Views: 17

Answers (0)

Related Questions