learn-aws-lambda icon indicating copy to clipboard operation
learn-aws-lambda copied to clipboard

✨ Learn how to use AWS Lambda to easily create infinitely scalable web services

Results 53 learn-aws-lambda issues
Sort by recently updated
recently updated
newest added

How do we return `html` as the response of a Lambda Function?

enhancement
help wanted

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...

enhancement
help wanted

- 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...

enhancement
help wanted