Difference between revisions of "Lambda"
From Simson Garfinkel
Jump to navigationJump to search
(Created page with "foobar") |
m |
||
Line 1: | Line 1: | ||
* https://medium.com/egen/automating-aws-lambda-layer-creation-for-python-with-makefile-cde085ef61e2 | |||
* https://github.com/bfansports/aws-lambda-python-local/blob/master/Makefile | |||
* https://gist.github.com/istepanov/48285351fa206a0aba92615fb9d632c6 | |||
Trigger on SQS: | |||
* https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html | |||
* https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-configure-lambda-function-trigger.html | |||
* https://aws.amazon.com/about-aws/whats-new/2015/07/invoke-aws-lambda-functions-over-https/ |