Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmRakoto/aws-sls-pipeline
A ready-to-use CI/CD Pipeline for deploying aws lambda with the serverless framework with fluentci
https://github.com/jmRakoto/aws-sls-pipeline
aws aws-lambda aws-serverless cicd deno fluentci pipeline serverless-framework typescript
Last synced: about 1 month ago
JSON representation
A ready-to-use CI/CD Pipeline for deploying aws lambda with the serverless framework with fluentci
- Host: GitHub
- URL: https://github.com/jmRakoto/aws-sls-pipeline
- Owner: jmRakoto
- License: mit
- Created: 2023-10-29T18:00:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-03T05:35:53.000Z (about 1 year ago)
- Last Synced: 2023-11-03T21:35:39.409Z (about 1 year ago)
- Topics: aws, aws-lambda, aws-serverless, cicd, deno, fluentci, pipeline, serverless-framework, typescript
- Language: TypeScript
- Homepage:
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# AWS Lambda with the Serverless Framework Pipeline for [fluentci](https://docs.fluentci.io/)
[![fluentci pipeline](https://img.shields.io/badge/dynamic/json?label=pkg.fluentci.io&labelColor=%23000&color=%23460cf1&url=https%3A%2F%2Fapi.fluentci.io%2Fv1%2Fpipeline%2Faws_sls_pipeline&query=%24.version)](https://pkg.fluentci.io/aws_sls_pipeline)
![deno compatibility](https://shield.deno.dev/deno/^1.37)
[![](https://img.shields.io/codecov/c/gh/jmRakoto/aws-sls-pipeline)](https://app.codecov.io/gh/jmRakoto/aws-sls-pipeline)A ready-to-use CI/CD Pipeline for deploying aws lambda with the serverless framework with [fluentci](https://docs.fluentci.io/)
## 🚀 Usage
Run the following command:
```bash
fluentci run aws_sls_pipeline
```## Environment Variables
| Variable | Description |
| ----------------- | -------------------------- |
| REGION | Your aws region |
| AWS_ACCESS_KEY_ID | Your aws access key id |
| SECRET_ACCESS_KEY | Your aws secret access key |## Jobs
| Job | Description |
| ------ | ----------------------------------|
| deploy | Deploy aws lambda with serverless |