Skip to content

Instantly share code, notes, and snippets.

View ritik-malik's full-sized avatar
🤡

maalik ritik-malik

🤡
View GitHub Profile
@ritik-malik
ritik-malik / copy_ddb_contents.sh
Created April 3, 2024 09:03
A simple bash script to copy and paste contents of a DynamoDB Table to another DynamoDB Table
#!/bin/bash
######################################
# This Script is used to copy the entire contents of the INPUT DynamoDB Table and paste them into the OUTPUT DynamoDB Table
# (Make sure that the 2nd table exist with the similar Partition key)
#
# It also works across different AWS Accounts, just make sure that you've the correct
# access permissions and paste the credentials one by one in the below fields
#
# DONOT change the variable names, just paste the access keys & tokens individually from the AWS console
@ritik-malik
ritik-malik / MARS.md
Last active August 6, 2022 10:15
Google Summer of Code '21 with CHAOSS - Final Report
gsoc logo
MARS logo

Metrics Automated Release System

Google Summer of Code '21 with CHAOSS - Final Report ☀️

@ritik-malik
ritik-malik / docker_cheatsheet.md
Created June 26, 2021 18:55
A simple cheatsheet for docker