Skip to content
View rebeccacrompton's full-sized avatar
Block or Report

Block or report rebeccacrompton

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 100 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
rebeccacrompton/README.md

Hi 👋

I'm a backend engineer based in Cape Town, South Africa.

Get in Touch

LinkedIn

Pinned Loading

  1. aws-serverless-terraform aws-serverless-terraform Public

    Deploy AWS resources using Terraform, and automate deployments with GitHub Actions. Includes S3, Lambda, Docker, Step Functions, EventBridge, and IAM roles/policies.

    HCL

  2. Configuring AWS S3 and DynamoDB for ... Configuring AWS S3 and DynamoDB for Terraform state management (AWS CLI)
    1
    // Create s3 bucket for state storage
    2
    
                  
    3
    aws s3api create-bucket \
    4
        --bucket demo-terraform-state-eu-west-1 \
    5
        --create-bucket-configuration LocationConstraint=eu-west-1