Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-cli-deploy-lambda

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-deploy-lambda

An ember-cli-deploy plugin for serving index.html from an AWS Lambda function

  • 0.0.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

ember-cli-deploy-lambda

This plugin builds out and deploys an AWS Lambda function for serving index.html, presumably as an API Gateway integration. The Lambda function also acts as a middleware layer, e.g. for handling redirects, 404s, etc.

Usage

  • This plugin expects an instance of route-recognizer to be exported by router.js within a top-level server directory in the application.
  • In the didBuild hook of the ember-cli-deploy pipeline, the AWS Lambda function package is created. Its directory is specified by the lambda-dist-dir configuration option, defaulting to lambda-dist-dir.
  • Any code in server This package will copy the application's server directory for handling any middleware aspects of serving, as well as the built index.html to serve.

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

Keywords

FAQs

Package last updated on 28 Jun 2016

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