Skip to content

Instantly share code, notes, and snippets.

View csears's full-sized avatar

Chris Sears csears

View GitHub Profile
@manjirinamjoshi
manjirinamjoshi / serverless.yml
Created August 1, 2018 16:59
serverless.yml
service: channel-service
plugins:
- serverless-mocha-plugin
- serverless-dynamodb-local
- serverless-plugin-stage-variables
- serverless-plugin-bind-deployment-id
- serverless-api-compression
- serverless-pseudo-parameters
- serverless-offline #must be last on the list
@Neo23x0
Neo23x0 / audit.rules
Last active October 23, 2025 06:15
Linux Auditd Best Practice Configuration
# IMPORTANT!
# This gist has been transformed into a github repo
# You can find the most recent version there:
# https://github.com/Neo23x0/auditd
# ___ ___ __ __
# / | __ ______/ (_) /_____/ /
# / /| |/ / / / __ / / __/ __ /
# / ___ / /_/ / /_/ / / /_/ /_/ /
# /_/ |_\__,_/\__,_/_/\__/\__,_/
@t-io
t-io / xvfb_screen_recording.py
Created November 17, 2017 10:34
ScreenRecording xvfb
from selenium import webdriver
import sys, getopt, time, subprocess, shlex
from xvfbwrapper import Xvfb
def run():
print('Sreencast website animation')
xvfb = Xvfb(width=1280, height=720, colordepth=24)
xvfb.start()
@edyesed
edyesed / serverless.yml
Created December 21, 2016 17:21
Example serverless.yml
# read cloudtrail things dropped off at s3, put them in ES
service: cloudtrailindexer
provider:
name: aws
runtime: python2.7
# you can overwrite defaults here
# stage: dev
region: us-west-2
@leonardofed
leonardofed / README.md
Last active November 4, 2025 05:49
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.