AWS's API Gateway is great for developers who need a simple API for their SaaS Services. When it comes to testing out your API, there are many great tools such as POSTMAN or PAW but sometimes all you really need is a few curl commands These are the three commands you need
Simple GET request.
curl https://xyz.region.amazonaws.com/stage/endpoint
Simple POST request with parameters.
curl -XPOST https://xyz.region.amazonaws.com/stage/endpoint -d { "arg1": "val1", "arg2": "val2" }
Deploying Rails 5.x on AWS ElasticBeanstalk using AWS CodeCommit
How to deploy your Rails app on ElasticBeanstalk (including S3 buckets, security groups, load balancers, auto-scalling groups and more) using CodeCommit.
Subscribe to new posts
Processing your application
Please check your inbox and click the link to confirm your subscription
There was an error sending the email