learn-aws-lambda
learn-aws-lambda copied to clipboard
✨ Learn how to use AWS Lambda to easily create infinitely scalable web services
How do we return `html` as the response of a Lambda Function?
A quick google search seems to suggest that this is not possible at the moment https://forums.aws.amazon.com/thread.jspa?threadID=205761 > Re: Possible to use API Gateway for Websocket-based connections? > The lambda function...
- Good overview if you have an _existing_ "_Monolithic_" application and want to migrate to using Lambda-based Microservices: https://medium.com/@tombray/from-monolith-to-microservices-part-1-aws-lambda-and-api-gateway-8ce5cf3f0d99 - Getting started with Lambda with Node.js: https://medium.com/@tombray/getting-started-with-aws-lambda-node-js-904bc0bfb83 - API Gateway...