Skip to content

Instantly share code, notes, and snippets.

View sunilshenoy's full-sized avatar
🏠
Working from home

Sunil Shenoy sunilshenoy

🏠
Working from home
View GitHub Profile
@sunilshenoy
sunilshenoy / actions.yml
Created January 3, 2020 23:58
My Github Actions YAML file.
name: Deploy to Elastic Beanstalk
on:
push:
branches:
- master
jobs:
build_deploy:
runs-on: ubuntu-latest
steps:
@sunilshenoy
sunilshenoy / sample_json.json
Last active April 8, 2021 13:38
Sample JSON Gist
{
"clientIdentiferData": {
"clientID": "89012",
"webPropertyID": "89012-01",
"campaignID": "004"
},
"journeyKeyData": {
"campaignCreationPhase": "Teach",
"purchaseJourneyPhase": "Awareness",
"topicCategory": "Organizer",
@sunilshenoy
sunilshenoy / sample.json
Created September 27, 2018 09:34
Sample JSON Gist
{
"links": {
"self": "http://example.com/articles",
"next": "http://example.com/articles?page[offset]=2",
"last": "http://example.com/articles?page[offset]=10"
},
"data": [{
"type": "articles",
"id": "1",
"attributes": {