DEV Community

Cover image for Deploy a Serverless API with GitHub Actions

Deploy a Serverless API with GitHub Actions

Alex Bielen on February 04, 2019

Heads up before you read any further: this post is out of date! GitHub Actions switched to YAML as its configuration language and changed some of t...
Collapse
 
siripr4 profile image
siripr4

Hey Alex!
It was a great article. Very informative.

I have a question though.
Do we have to update the serverless.yml file every time we add new functions to our project?