@nutshelllab/graph-client
v0.0.13
Published
Initialize graphQl Client and Sign request for IAM authentication
Downloads
3
Readme
Graph-client
Initialize graphQl Client and Sign request for IAM authentication
:construction::construction::construction::construction::construction::construction::construction::construction::construction::construction:
Do not forget
in serverless.yml
...
provider:
...
environment:
SLS_STAGE: ${self:provider.stage}
iamRoleStatements:
- Effect: Allow
Action:
- ssm:GetParameters
- execute-api:*
Resource: '*'
...