https://github.com/swinton/serverless
An example showing how to use the serverless framework with GitHub Actions.
https://github.com/swinton/serverless
actions aws-lambda github-actions nodejs serverless serverless-framework
Last synced: about 1 year ago
JSON representation
An example showing how to use the serverless framework with GitHub Actions.
- Host: GitHub
- URL: https://github.com/swinton/serverless
- Owner: swinton
- License: isc
- Archived: true
- Created: 2018-09-20T22:14:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-29T21:42:29.000Z (over 7 years ago)
- Last Synced: 2024-10-30T07:48:09.180Z (over 1 year ago)
- Topics: actions, aws-lambda, github-actions, nodejs, serverless, serverless-framework
- Language: HCL
- Homepage:
- Size: 34.2 KB
- Stars: 3
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# serverless
An example showing how to use [the serverless framework](https://serverless.com/) with [GitHub Actions](https://github.com/features/actions).
The workflow first [deploys](https://github.com/swinton/serverless/blob/ce19d344add7022072ce36f8514314f513957a5e/.github/main.workflow#L6-L10) and then [invokes](https://github.com/swinton/serverless/blob/ce19d344add7022072ce36f8514314f513957a5e/.github/main.workflow#L12-L17) the [serverless function](https://github.com/swinton/serverless/blob/ce19d344add7022072ce36f8514314f513957a5e/handler.js#L3-L10) using [AWS Lambda](https://github.com/swinton/serverless/blob/ce19d344add7022072ce36f8514314f513957a5e/serverless.yml#L14).