Socket
Socket
Sign inDemoInstall

@crft/appsync-gateway

Package Overview
Dependencies
44
Maintainers
6
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @crft/appsync-gateway

API Gateway Utils


Version published
Weekly downloads
44
increased by83.33%
Maintainers
6
Created
Weekly downloads
 

Readme

Source


API Gateway Utils


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

FAQs

Last updated on 28 Nov 2019

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