Skip to content

Latest commit

 

History

History
68 lines (42 loc) · 3.5 KB

README.md

File metadata and controls

68 lines (42 loc) · 3.5 KB

#25DaysofServerless - Day 16th "Let the posadas begin"

License

Bit Xmas

This challenge and the solutions are part of the #25DaysOfServerless.

✨ You can find the challenge here 👉🏼 https://25daysofserverless.com/calendar/16.

📝 The article with the detailed explanation of the solutions can be found at https://dev.to/azure/let-the-posadas-begin-day-16-of-the-25daysofserverles-challenge-57hm

What is in this repo?

  • An Http triggered Azure function written in Python. Where the user can either pass a day as a query string or submit a simple GET request to the main endpoint to see all the posadas locations.

💻 See it in ./posadas

Sample outputs:

  • All dates query

day query

  • Single date query

day query

  • Workflows for GitHub actions to deploy the Azure function to Azure

💻 See it in .github/workflows

Resources/Tools Used 🚀

Getting started with Azure Functions for Python

Continuous integration and delivery

Developer Tools

Next Steps 🏃

Learn more about serverless with Free Training!

License 📖

All the code containing in this repository is licensed under the BSD-3 clause OSI license.