Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View antoinedelia's full-sized avatar
☁️
☁️

Block or report antoinedelia

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
antoinedelia/README.md

Hi there 👋

I am a Cloud & DevOps Engineer from France with knowledge of a wide variety of languages and tools.

Wanna work with me? Let's talk!

To check out some of my work, you can check out some of my repositories or find interesting posts on my professional blog.

Connect With Me

Linkedin StackOverflow

Certifications

  • AWS Developer Associate
  • AWS Architect Associate
  • AWS Cloud Practitioner

GitHub

Antoine's GitHub stats

Pinned Loading

  1. cloud-optimist cloud-optimist Public

    The Cloud Optimist blog - a professional blog about Cloud and DevOps topics

    HCL 4

  2. website-antoine-delia website-antoine-delia Public

    Personal freelance portfolio built with React, Vite, and Tailwind CSS. Deployed on AWS S3/CloudFront with infrastructure managed by Terraform and CI/CD via GitHub Actions.

    JavaScript 2

  3. spotify-blindtest spotify-blindtest Public

    Test your musical knowledge with an interactive blindtest quiz generated directly from your own Spotify Liked Songs!

    JavaScript 1

  4. aws-spotify-cover-automation aws-spotify-cover-automation Public

    Elevate your Spotify playlists with unique, automatically generated cover art!

    Python 1

  5. reddit-newsletter reddit-newsletter Public

    A simple cron in AWS to send weekly top posts from Reddit

    Python 3

  6. How to make a Python pandas Layer fo... How to make a Python pandas Layer for AWS Lambda
    1
    # How to make pandas as an AWS layer
    2
    
                  
    3
    1. Install pandas to local directory with pip: `pip install -t . pandas`
    4
    
                  
    5
    2. Remove pandas and numpy directories `rm -r pandas numpy`