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" }
![Transcribe Web3 lingo using Custom Vocabularies within AWS](/content/images/size/w800/2023/02/translate-web3-lingo.png)
![Deploy an ExpressJS application using Serverless, Express and API Gateway](/content/images/size/w800/2021/08/13-1.png)
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.
![Create CRUD-style apps using AWS Lambda and Serverless Framework](/content/images/size/w800/2019/01/api-gateway-lambda.png)
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