python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
SSM Command never finishes executing. Any way to signal its end based on stdout?
I'm trying to start a minecraft server by sending some commands to an EC2 instance using the AWS-SDK for javascript.
ssm.sendCommand({
DocumentName: "AWS-RunShellScript",
InstanceIds: [&...

Eddysanoli
Votes: 0
Answers: 0
Invoking second async function in lambda not invoking
I am using serverless to deploy aws lambdas. Currently my set up is that api gateway triggers one lambda then I async invoke another lambda.
serverless.yml
service: scraper
useDotenv: true #added this...

Cyzanfar
Votes: 0
Answers: 1
AWS Aurora MySQL prepared statement
I have an insert query that I want to execute using the JavaScript V3 AWS client, against an AWS Aurora MySQL Serverless database. I am using the Data API of the database. I got the @aws-sdk/client-rd...
Bora
Votes: 0
Answers: 1
aws-sdk-js E2 createVPC is executed twice while waiting adding a promise
ec2
.createVpc(params, function (err, data) {
if (err) {
console.log(err, err.stack);
// an error occurred
} else {
logger.log.info(
...
zikster
Votes: 0
Answers: 1