Best of AWSMarch 2022

  1. 1
    Article
    Avatar of hashnodeHashnode·4y

    From an ex-Amazon team lead: 5 mistakes I made as a junior software engineer

    Former Amazon Web Services engineer shares 5 mistakes he made as a junior software engineer. He says he had entitlement, focused on minutiae in code reviews, and didn't ask for a promotion. He learned to be more transparent about his career goals and aspirations, and seized promotion opportunities. He also learned to focus on the business value and impact of his work.

  2. 2
    Article
    Avatar of hashnodeHashnode·4y

    What is Terraform

    Terraform is an open-source Infrastructure As a Code (IAC) software tool created by HashiCorp. It allows you to automate and manage your platform and the services that run on the platform. Terraform mainly focuses on Infrastructure provisioning tools and can also deploy apps.

  3. 3
    Article
    Avatar of awstipAWS Tip·4y

    Introduction to AWS Databases

    AWS focuses on modernizing infrastructure by providing purpose-built and fully managed databases. Each one has unique features which are suitable for a wide range of applications. Here’s the snippet of all the types of databases provided by the AWS. Amazon Aurora: Amazon Aurora is a relational database built on the cloud.

  4. 4
    Article
    Avatar of awstipAWS Tip·4y

    Build your first CRUD API with AWS ☁️

    Learn how to create a DynamoDB table and Lambda function. Use the API Gateway interface to configure an HTTP API. Then we’ll use Postman to test your API ! “ The purpose of this tutoriel is to build a very simple CRUD (Read, update, delete) API.”

  5. 5
    Article
    Avatar of devtoDEV·4y

    Appwrite Storage meets limitless S3

    Appwrite is an open source backend-as-a-service that abstracts all the complexity involved in building a modern application. Appwrite handles user authentication and authorization, realtime databases, cloud functions, webhooks, and much more. One of the core functionalities of Appwrite is Appwrite Storage. It allows you to upload, view, download, and query your project files. With Appwrite 0.13, you can now connect the Storage service with cloud storage providers such as Amazon S3 or DigitalOcean Spaces.