Category: Serverless
Building a REST API from Google Sheets with AWS Lambda and API Gateway
I came across a community group who had been managing a Google sheet to detail data about which local businesses are delivering during the Coronavirus crisis. I used this sheet as a backend for an API I built using Lambda and API Gateway.
Read the article about Building a REST API from Google Sheets with AWS Lambda and API Gateway
Static and serverless with Vue.js, Nuxt.js, Vuex, Contentful, Netlify
I'm a big fan of Vue.js and Vuex for state management. Combine this with Nuxt and you can generate a static version of your Vue application and give your users a speedy site served from HTML files. I cover this and how you might approach making the content of your static site dynamic using Netlify webhooks and Contentful as a CMS.
Read the article about Static and serverless with Vue.js, Nuxt.js, Vuex, Contentful, Netlify