AWS – Create a record set for an s3 static website

I have a static website up and running at http://volcalc.s3-website-ap-southeast-2.amazonaws.com/ It is stored on an aws S3 bucket. I have bought the domain volcalc.io I just want to switch to use that as the url of my website. I’m following the instructions here. I’m doing “Create record sets”. I’m trying to create a record set … Read more

Difference between AWS DynamoDB vs. AWS DocumentDB(Newly launched service)? [closed]

A major difference is that DocumentDB is a middle step between MongoDB and DynamoDB. DynamoDB is a fully managed scalable service where you set the upper limit of it’s potential. DocumentDB is a bit more hands on and you have to select the number of instances for the cluster and the instance sizes. This means … Read more

“There was a problem with the requested skill’s response” on Alexa Simulator

I am trying to setup a sample Alexa skill set with sample ‘hello world’ lambda function. But when testing on Alexa simulator, showing There was a problem with the requested skills response as shown in below. I have created a sample Alexa skill set and connected with AWS lambda function using ARN in endpoint section.