Socket
Socket
Sign inDemoInstall

@lightbend/akkasls-scripts

Package Overview
Dependencies
Maintainers
6
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightbend/akkasls-scripts

Create an Akka Serverless entity codebase with a single command.


Version published
Maintainers
6
Created
Source

akkasls-scripts

This package includes scripts and configuration used by the create-akkasls-entity tool.

Configuration is pulled from the config section of your project's package.json, and the command will fail if any required configuration is not present. For example:

{
 ...
  "config": {
    "dockerImage": "my-docker-repo/my-image",
    "sourceDir": "./src",
    "testSourceDir": "./test",
    "protoSourceDir": "./proto",
    "generatedSourceDir": "./lib/generated",
    "compileDescriptorArgs": []
  },
  ...
}

Install

On install, this downloads the latest version of the JavaScript codegen CLI

Scripts

Build

  • Builds Protobuf descriptor file
  • Runs Akka Serverless JS codegen

Package

  • Builds Docker image of the service

Deploy

  • Deploys Docker image to specified repository
  • Invokes Akka Serverless deploy via akkasls CLI

FAQs

Package last updated on 06 Apr 2022

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