Tag
#Serverless
-
WEB APIs
How can I use AWS Lambda and Serverless Framework to build a serverless REST API for a React Native mobile app
Creating a serverless REST API for a React Native mobile app can be done using AWS Lambda and the Serverless Framework. Learn how to use these tools to build a…
-
WEB APIs
How can I use GraphQL and Apollo with a Next.js serverless function to build a serverless e-commerce platform?
GraphQL and Apollo can be used with a Next.js serverless function to build a serverless e-commerce platform. Learn how to use these technologies to create a po…