Questions tagged [aws-sam-cli]

AWS SAM Local allows developers to run & debug AWS Lambda code on local machine using Docker. AWS Lamda is a part of Amazon Web Services (AWS).

AWS SAM Local allows developers to run & debug AWS Lambda code on local machine using Docker. AWS Lamda is a part of Amazon Web Services (AWS).

Resources

512 questions
-1
votes
1 answer

Node function in AWS Lamda timing out

I'm trying to call a lamda function writen in Node.JS hosted in the SAM local environment. The function is connecting to a locally hosted MySQL database. The code is as follows: var mysql = require('mysql'); exports.handler = (event, context,…
Spike
  • 33
  • 1
  • 7
1 2 3
34
35