Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 |