Software Alternatives & Reviews

Returning customized content based on location with S3 Object Lambda

Amazon S3 AWS Lambda AWS Identity and Access Management Amazon ECS Amazon CloudFront
  1. Amazon S3 is an object storage where users can store data from their business on a safe, cloud-based platform. Amazon S3 operates in 54 availability zones within 18 graphic regions and 1 local region.
    Say for the sake of this example that the object name is location.json, and Bob stores it in an S3 bucket.

    #Cloud Hosting #Object Storage #Cloud Storage 170 social mentions

  2. Automatic, event-driven compute service
    Pricing:
    • Open Source
    It will be a supporting access point, and the Lambda function will use it to retrieve the object from S3 via a pre-signed URL. Lambda will receive the URL as an input, and the application needs to call the endpoint.

    #Cloud Computing #Cloud Hosting #Backend As A Service 244 social mentions

  3. AWS Identity and Access Management enables you to securely control access to AWS services and resources for your users.
    We must add some IAM statements to the elements of architecture.

    #Identity And Access Management #Identity Provider #SSO 52 social mentions

  4. Amazon EC2 Container Service is a highly scalable, high-performance​ container management service that supports Docker containers.
    Pricing:
    • Open Source
    Other services (e.g., other Lambda functions, ECS containers) can also invoke the endpoint alias.

    #Developer Tools #Containers As A Service #Cloud Computing 46 social mentions

  5. Amazon CloudFront is a content delivery web service.
    The next resource we must create is an Object Lambda Access Point. Its alias will become the entry point to our application. In this case, it will serve as the origin of a CloudFront distribution.

    #CDN #Cloud Computing #Content Distribution 67 social mentions

Discuss: Returning customized content based on location with S3 Object Lambda

Log in or Post with