Socket
Socket
Sign inDemoInstall

@crft/appsync-gateway

Package Overview
Dependencies
44
Maintainers
8
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @crft/appsync-gateway

Utility method for making API calls to AppSync from Lambdas in AWS.


Version published
Weekly downloads
4
increased by33.33%
Maintainers
8
Created
Weekly downloads
 

Readme

Source

Appsync API Gateway

Utility method for making API calls to AppSync from Lambdas in AWS.

Usage

const {
  GraphQLGateway,
  IAMCredentialsStrategy
} = require('@crft/appsync-gateway');

const creds = new IAMCredentialsStrategy();
const gateway = new GraphQLGateway(
  creds,
  process.env.API_API_GRAPHQLAPIENDPOINTOUTPUT
);

Commands

  • npm build - Run the typescript build

Keywords

FAQs

Last updated on 19 Feb 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc