Tag: aws

  • AWS Lambda Function URL, Create Web Apis without API Gateway

    Nowadays microservices pattern is industry standard and there are many ways to create microservices. Container platforms like K8S, AWS Farget, and many others are used to deploy microservices, apart from these Functions as service is another way to create microservices using API gateways. On AWS one can develop APIs using AWS Lambda and API gateway…