Skip to content

Instantly share code, notes, and snippets.

View codifyer's full-sized avatar

Deepak Rao codifyer

View GitHub Profile
@codifyer
codifyer / README.md
Last active September 11, 2023 05:12
Create and publish python lambda layer using bash

Summary

This is a bash script I wrote to quickly create a python 3.7 layer on AWS.

The first part creates a zip file.

The trick to create a correct zip file for python lambda layers is to ensure the unzipped file has a directory structure like

python/lib/python3.7/site-packages/

@codifyer
codifyer / Summary.md
Last active December 17, 2018 16:51
Summary of Building Your First Angular App by Dan Wahlin

This is a summary of Build Your First Angular App course by @DanWahlin

Part 2 - Application Overview

Key Concepts

  1. Components and Modules
  2. Data Binding
  3. Input and Output Properties
  4. Services and HTTP
  5. Routing