Skip to content

Instantly share code, notes, and snippets.

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

Cristian Tala S. ctala

🏠
Working from home
View GitHub Profile
@DavidWells
DavidWells / serverless.yml
Created September 15, 2017 05:39
DynamoDB custom index serverless.yml example
service: service-name
provider:
name: aws
runtime: nodejs6.10
functions:
myfunc:
handler: handler.myfunc
@hemc4
hemc4 / Yii2_eb_ext.config
Created April 22, 2016 10:51
Yii2 Elastic Beanstalk configration for advance template
commands:
01cacheClear:
command: rm -rf ~/.composer
02updateComposer:
command: export COMPOSER_HOME=/root && /usr/bin/composer.phar self-update 1.0.0-alpha11
03globalrequired:
command: export COMPOSER_HOME=/root && /usr/bin/composer.phar global require fxp/composer-asset-plugin:1.1.3