Skip to content

Commit

Permalink
🤖 Commiting publications metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Cox65 authored and Nicolas Laffargue committed Nov 2, 2023
1 parent 86f5267 commit 874f3d0
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 38 deletions.
61 changes: 28 additions & 33 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,39 +1,34 @@
name: Deploy FastAPI AWS Starter Kit

on:
push:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: '19.x'

- name: Installing Serverless
run: make install-serverless

- name: Installing Python requirements
run: make install-python-requirements

- name: Black code analysis
run: make black

- name: Flake8 code analysis
run: make flake8

- name: Deploy with Serverless
run: make deploy
env:
SERVERLESS_ACCESS_KEY: ${{ secrets.SERVERLESS_ACCESS_KEY }}
- uses: actions/checkout@v3

- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.9

- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: "19.x"

- name: Installing Serverless
run: make install-serverless

- name: Installing Python requirements
run: make install-python-requirements

- name: Black code analysis
run: make black

- name: Flake8 code analysis
run: make flake8

- name: Deploy with Serverless
run: make deploy
env:
SERVERLESS_ACCESS_KEY: ${{ secrets.SERVERLESS_ACCESS_KEY }}
13 changes: 8 additions & 5 deletions article/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ tags:
- AWS
canonicalUrl: >-
https://medium.com/aws-tip/serverless-rest-api-on-aws-with-fastapi-bd9de11f925a
coverImage: >-
https://github.com/DevWaveX/fastapi-aws-starter-kit/raw/main/article/cover.png
coverImage: https://github.com/DevWaveX/fastapi-aws-starter-kit/raw/main/article/cover.png
publications:
- platform: devTo
- id: 1655323
url: https://dev.to/coxhawk/serverless-rest-api-on-aws-with-fastapi-i72
platform: devTo
published: true
- platform: hashnode
- id: 654421ca544bd9c69327cdd5
url: TBD
platform: hashnode
publicationId: 62019a434efba97010a97bb9
---

Expand Down Expand Up @@ -110,7 +113,7 @@ And that’s it ! 🚀
## FastAPI AWS Starter Kit

Here the the repository related to this article:
[**GitHub - Cox65/fastapi-aws-starter-kit: Starter kit to deploy FastAPI as an AWS serverless…**](https://github.com/Cox65/fastapi-aws-starter-kit)
[**GitHub - DevWaveX/fastapi-aws-starter-kit: Starter kit to deploy FastAPI as an AWS serverless…**](https://github.com/DevWaveX/fastapi-aws-starter-kit)

I hope you enjoyed reading this article and that it will help you in your next projects ! 🤘

Expand Down

0 comments on commit 874f3d0

Please sign in to comment.