Skip to content

Instantly share code, notes, and snippets.

View aasthavar's full-sized avatar
🎯
Focusing

Aastha Varma aasthavar

🎯
Focusing
View GitHub Profile
@aasthavar
aasthavar / aws_personalize_delete_dsg.py
Created March 5, 2023 10:54 — forked from james-jory/aws_personalize_delete_dsg.py
Deletes an Amazon Personalize dataset group, including all of its associated resources
#!/usr/bin/env python
'''
Deletes one or more Amazon Personalize dataset groups, including all of their associated resources:
- Recommenders
- Campaigns
- Filters
- Solutions (includes Solution Versions)
- Event Tracker
- Datasets

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@aasthavar
aasthavar / list.txt
Created November 24, 2021 10:10 — forked from shortjared/list.txt
List of AWS Service Principals
a4b.amazonaws.com
acm-pca.amazonaws.com
acm.amazonaws.com
alexa-appkit.amazon.com
alexa-connectedhome.amazon.com
amazonmq.amazonaws.com
apigateway.amazonaws.com
appflow.amazonaws.com
application-autoscaling.amazonaws.com
appstream.application-autoscaling.amazonaws.com
@aasthavar
aasthavar / Python Books.md
Created June 25, 2021 04:12
Python Books

This is a collection of books that I've researched, scanned the TOCs of, and am currently working through.  The books are selected based on quality of content, reviews, and reccommendations of various 'best of' lists.

The goal of this collection is to promote mastery of generally applicable programming concepts.

Most topics are covered with Python as the primary language due to its conciseness, which is ideal for learning & practicing new concepts with minimal syntactic boilerplate.

JavaScript & Kotlin are listed in the Tooling section; as they allow extension of VS Code and the IntelliJ suite of IDEs, which cover most development needs.