3.0.11 • Published 3 months ago

serverless-leo v3.0.11

Weekly downloads
4
License
MIT
Repository
github
Last release
3 months ago

serverless-leo

Serverless plugin. Deploy your leo bots and microservices using serverless.

Install serverless-leo

npm install --save-dev serverless-leo

Configure serverless.yml

plugins:
  - serverless-leo

custom:
  stage: ${opt:stage, 'dev'}
  dev:
    leoStack: TestBus # The name of your leo platform stack
  test:
    leoRegister: arn:aws:lambda:us-east-1:123456:function:TestBus-LeoInstallFunction-2IMP25UOQ64G # The arn for the LeoInstallFunction lambda in your leo platform stack. This is an alternative to using the leoStack variable. If the bus and lambda are in different accounts for example.

functions:
  helloWorld:
    handler: index.handler
    leo:
      source: helloWorldTestQueue

Deploy your microservice

Use the standard serverless deploy cli command to deploy your microservice. Optional -s or -stage parameter (standard serverless).

Examples

Requires the leo platform (bus) for configuration. https://github.com/LeoPlatform/Leo

nodejs - https://github.com/LeoPlatform/serverless-leo/tree/master/examples/nodejs
java - https://github.com/LeoPlatform/serverless-leo/tree/master/examples/java-quickstart
python (incomplete) - https://github.com/LeoPlatform/serverless-leo/tree/master/examples/python
3.0.12-alpha.9

3 months ago

3.0.12-alpha.5

1 year ago

3.0.12-alpha.6

1 year ago

3.0.12-alpha.4

1 year ago

3.0.12-alpha.7

1 year ago

3.0.12-alpha.8

1 year ago

3.0.12-alpha.3

1 year ago

3.0.12-alpha.1

2 years ago

3.0.12-alpha.2

1 year ago

3.0.12-alpha

2 years ago

3.0.10

2 years ago

3.0.11

2 years ago

3.0.8

2 years ago

3.0.7

2 years ago

3.0.6

2 years ago

3.0.9

2 years ago

3.0.4

2 years ago

3.0.3

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.5

2 years ago

3.0.0

2 years ago

2.2.1

2 years ago

2.2.0

2 years ago

2.2.2

2 years ago

2.1.1

2 years ago

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.4.6

4 years ago

1.4.5

4 years ago

1.4.4

4 years ago

1.4.3

5 years ago

1.4.2

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.16

5 years ago

1.3.15

5 years ago

1.3.14

5 years ago

1.3.13

5 years ago

1.3.12

5 years ago

1.3.11

5 years ago

1.3.10

5 years ago

1.3.9

5 years ago

1.3.8

5 years ago

1.3.7

5 years ago

1.3.6

5 years ago

1.3.5

5 years ago

1.3.4

5 years ago

1.3.3

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.3-RC-01

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago