New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aws-serverless-tools/cli

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-serverless-tools/cli

In alpha mode. Maybe pre-alpha. Docs coming soon.

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
10
increased by66.67%
Maintainers
2
Weekly downloads
 
Created
Source

AWS Serverless Tools

In alpha mode. Maybe pre-alpha. Docs coming soon.

CLI

Installation

npm install -g @aws-serverless-tools/cli

Basic Use

Initialize serverless Nest Express API

In the same folder as package.json, run the following command:

aws-serverless-tools init --type=nest-express-api

This script does the following:

  1. Obtains required details about your API and CloudFormation app.
  2. Scaffolds a cfn directory with the CloudFormation template, a bare-bones OpenApi file, a parameters file, a tags file, and a deployment script for local use (CI/CD support & documentation coming). Also generates a src/lambda-entry-point.ts file for the Lambda bootstrapping.
  3. Installs required packages to support AWS and OpenApi tooling.
  4. Configures the deploy and openapi NPM scripts.
  5. Adds configuration for the CloudFormationLambdaParametersConfig tool and the OpenAPI generation tool.

Stay in touch

  • Author - Kerry Ritter
  • Twitter - @kerryritter

License

Nest is MIT licensed.

FAQs

Package last updated on 24 Jul 2020

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc