Skip to content

Instantly share code, notes, and snippets.

View jdillon222's full-sized avatar

James Dillon jdillon222

View GitHub Profile
@jdillon222
jdillon222 / netsuiteLambda.sh
Last active December 1, 2022 01:09
DSL Lambda creation for Netsuite CSV downloads.
#!/bin/bash
helper(){
: '<helper>
- Prints argument input options per arg call
or upon incorrect argument input
<helper>'
cat <<-EOF
@jdillon222
jdillon222 / heapdumps.sh
Last active February 8, 2020 11:07
Java heap dump script (currently for dev instances)
#!/bin/bash
#######################################################################
#############################Heapdumps.sh #############################
#######################################################################
## ##
## Heapdumps.sh provides a means for triggering Java heap records ##
## of the main JVM process on EC2 instances. ##
## Records will be added to a temporary directory in /var/temp ##
## and then transferred to an S3 bucket named ____ ##