You have created a Lambda function (Python or Node.js etc) in AWS and uploaded the code in zip format. Now you want to make changes to this Lambda function but lost your local copy of the function. You can download the copy of function which is already uploaded. There are different ways and […]
AWS
How to access AWS API Gateway Endpoints using API Key from Azure Logic App and test using POSTMAN
You can easily access the AWS API endpoints secured by API Key using Azure Logic App or test these API’s using POSTMAN.
How to secure AWS API using Custom Authorizer (Lambda function)
You can use POSTMAN to get JWT token and then invoke the secured API method by passing the JWT token. The custom authorizer will verify the token to allow the access to the API call.
How to create Custom Authorizer in AWS API Gateway
In this article we will create a lambda function which will act as custom authorizer for invoking AWS API Gateway calls.
How to import and deploy an API using AWS API Gateway
You can easily import an sample API in AWS API Gateway and deploy it after testing the published methods.
Create an Azure Service Principal
Follow the steps to create a Service Principal in Azure. This Service Principal can be used to authenticate and get access to resources.
How to access AWS API Gateway Endpoints secured by Custom Authorizer from Microsoft Azure and test using POSTMAN
Follow the steps provided in this article to access AWS API Gateway Endpoints secured by Custom Authorizer from Microsoft Azure and test using POSTMAN
How to resolve error AuthorizerConfigurationException in AWS API Gateway Custom Authorizer
While executing custom authorization in AWS API Gateway, AuthorizerConfigurationException is for all Exceptions thrown during Authorizer execution unless these are mapped under Gateway Response mapping.
Use openssl to create p12 certificate in windows for iOS push notification or distribution
If you don’t have Mac Desktop or keychain access, you can use openssl to create p12 certificate in windows for iOS push notification or distribution
How to delete specific log streams in a log group (of lambda function) in AWS Cloudwatch
How to delete specific log streams in a log group (of lambda function) in AWS Cloudwatch…