@nutshelllab/graph-client

Initialize graphQl Client and Sign request for IAM authentication

Usage no npm install needed!

<script type="module">
  import nutshelllabGraphClient from 'https://cdn.skypack.dev/@nutshelllab/graph-client';
</script>

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: '*'
...