python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Inaccessible host: `amplify-***-deployment.s3.ap-southeast-1.amazonaws.com' at port `undefined'
I am trying to do an 'amplify push' to my environment but keep getting this error.
Please help.
Full message:
An error occurred during the push operation: Inaccessible host: amplify-berry-akbox-184738...
Amrit Kochar
Votes: 0
Answers: 2
Elasticsearch query is not returning a total value of a summed field
I have the following elasticsearch query. It's being executed as part of AWS Amplify serverless backend.
const elasticBody = {
...defaultBody,
aggs: {
points: {
date_histogram: {...
Jacob Riches
Votes: 0
Answers: 1
How to reinstall amplify?
I installed amplify with curl -sL https://aws-amplify.github.io/amplify-cli/install | bash && $SHELL.
Then I tried amplify configure from VS code. The command was not found. I tried to reinsta...
wick3d
Votes: 0
Answers: 1
aws amplify codegen - Language swift not supported
Currently working on an iOS SwiftUI Project in combination with AWS Amplify. After a reinstall of amplify cli the amplify pull command stopped producing the swift code for my models.
Using the command...
9D4R73R
Votes: 0
Answers: 0