1.3.0 ā€¢ Published 2 years ago

serverless-test-project v1.3.0

Weekly downloads
-
License
Apache
Repository
github
Last release
2 years ago

Serverless test project for SLIC Watch

This is a sample Serverless V3 project that showcases how you can configure and deploy a Serverless project using SLIC Watch.

Requirements

Install all the necessary requirements with:

npm i                # install project dependencies
npm i -g serverless  # installs serverless framework globally

Make sure to have the AWS CLI installed and configured.

Deployment

To deploy the test project you should:

  1. Create an SNS topic in eu-west-1 and grab it's ARN
  2. Run ALARM_TOPIC=<your_sns_topic_arn> sls deploy

If all went well you should see the following output:

Running "serverless" from node_modules

Deploying serverless-test-project to stage dev (eu-west-1)

āœ” Service deployed to stack serverless-test-project-dev (117s)

endpoint: GET - https://1234567890.execute-api.eu-west-1.amazonaws.com/dev/item
functions:
  hello: serverless-test-project-dev-hello (305 kB)
  ping: serverless-test-project-dev-ping (305 kB)
  throttler: serverless-test-project-dev-throttler (305 kB)
  driveStream: serverless-test-project-dev-driveStream (305 kB)
  driveQueue: serverless-test-project-dev-driveQueue (305 kB)
  driveTable: serverless-test-project-dev-driveTable (305 kB)
  streamProcessor: serverless-test-project-dev-streamProcessor (305 kB)
  httpGetter: serverless-test-project-dev-httpGetter (305 kB)

Clean up

To destroy the deployed service you can run:

ALARM_TOPIC=<your_sns_topic_arn> sls destroy

Remember to also delete your SNS topic.

1.2.0

2 years ago

1.3.0

2 years ago

1.2.0-rc1

2 years ago

1.1.0

2 years ago

1.1.0-rc1

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

3 years ago

1.0.4-rc2

3 years ago

1.0.4-rc1

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.0.0-beta.6

3 years ago

1.0.0-beta.5

3 years ago

1.0.0-beta.4

3 years ago

1.0.0-beta.2

3 years ago

1.0.0-beta.3

3 years ago

1.0.0-beta.1

3 years ago

1.0.0-alpha.7

3 years ago

1.0.0-alpha.6

3 years ago

1.0.0-alpha.10

3 years ago

1.0.0-alpha.5

3 years ago

1.0.0-alpha.11

3 years ago

1.0.0-alpha.9

3 years ago

1.0.0-alpha.8

3 years ago

1.0.0-alpha.1

3 years ago