Best of AWS S3November 2023

  1. 1
    Article
    Avatar of awsplainenglishAWS in Plain English·3y

    Learning AWS Lambda, API Gateway, and S3 by Building Your Own QR Code Generation API

    This tutorial teaches how to create a custom QR code generator API using AWS Lambda, API Gateway, and S3. It provides step-by-step instructions for creating an S3 bucket, creating a Lambda function, and integrating an API Gateway to the Lambda function. The tutorial also includes code snippets and a sample website for testing the API.

  2. 2
    Article
    Avatar of awsplainenglishAWS in Plain English·3y

    Uploading Large Files to AWS S3 Using Multipart Upload from Frontend

    This article explains the process of uploading large files to AWS S3 using multipart upload from the frontend. It covers the setup of Lambda functions, IAM configuration for S3 access, and provides code examples for initiating, completing, and canceling uploads.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Build an Online Résumé on AWS Using S3, Route 53, CloudFront, and ACM

    Learn how to build an online resume on AWS using S3, Route 53, CloudFront, and ACM. The tutorial guides you through writing code for your resume, uploading it to an S3 bucket, setting up a custom domain with Route 53, creating a TLS/SSL certificate with ACM, and creating a CloudFront distribution. By the end of the tutorial, you'll have a real-world project that can impress potential employers.