node.js - How Can I Make A Public API Route For An AWS Lambda Function? -


does aws lambda provide way make public route/endpoint lambda functions?

or have build entire app handle routing , invoking lambda functions?

yes do!

as of july 9th have api endpoint section allows invoke lambda function anywhere!

http://aws.amazon.com/about-aws/whats-new/2015/07/invoke-aws-lambda-functions-over-https/.

you can use api gateway lambda design , test api.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -