I hereby claim:
- I am ssummer3 on github.
- I am ssummer3 (https://keybase.io/ssummer3) on keybase.
- I have a public key whose fingerprint is 81BC 674A 5250 83F9 7082 AA8F BF61 1CD4 8935 2BE5
To claim this, I am signing this object:
| aws s3 mb s3://${BUCKET} | |
| aws s3 website s3://${BUCKET} --index-document index.html --error-document index.html | |
| aws s3 sync . s3://${BUCKET} --exclude '.*' --exclude '*.md' --exclude '*.json' --delete --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers | |
| #aws s3 rm --recursive s3://${BUCKET} |
| #! /bin/bash | |
| set -o nounset | |
| set -o errexit | |
| if [[ $# -lt 3 ]]; then | |
| echo "No arguments supplied." | |
| echo " Example: upgradeFoldByBash: [Service name] [service account] [folder]" | |
| exit 1 | |
| fi |
I hereby claim:
To claim this, I am signing this object:
| FROM node:5.5.0 | |
| ARG app | |
| RUN useradd --user-group --create-home --shell /bin/false app | |
| ENV HOME=/home/app | |
| WORKDIR ${HOME} | |
| RUN git clone --depth 1 https://github.com/ndlib/${app} | |
| RUN chown -R app:app ${HOME}/* | |
| USER app | |
| WORKDIR ${HOME}/${app} | |
| RUN npm install && npm cache clean |
| AWSTemplateFormatVersion: '2010-09-09' | |
| Description: Template to create libnd EC2 | |
| Conditions: | |
| HasNetworkInterfaceId: !Not [!Equals [!Ref NetworkInterfaceId, '']] | |
| HasPrivateIpAddress: !Not [!Equals [!Ref PrivateIpAddress, '']] | |
| Parameters: | |
| AMI: | |
| ConstraintDescription: must be an AMI available in the EC2 instance's region | |
| Default: ami-6869aa05 | |
| Description: Base AMI |
| from org.python.core.util.FileUtil import wrap | |
| from org.apache.nifi.processors.script import ExecuteScript | |
| first_line = None | |
| flow_file = session.get() | |
| def read_first_line(input): |
| <?xml version="1.0" encoding="UTF-8" standalone="yes"?><template><description></description><name>JythonJsonToJsonExample</name><snippet><connections><id>02d12142-26da-459b-938c-427d4f2e44cc</id><parentGroupId>68f8be3e-335a-457d-b83f-96ddaae929e6</parentGroupId><backPressureDataSizeThreshold>0 MB</backPressureDataSizeThreshold><backPressureObjectThreshold>0</backPressureObjectThreshold><destination><groupId>68f8be3e-335a-457d-b83f-96ddaae929e6</groupId><id>60403007-026d-40fe-ba2e-d3f48b6d235f</id><type>PROCESSOR</type></destination><flowFileExpiration>0 sec</flowFileExpiration><labelIndex>1</labelIndex><name></name><selectedRelationships>success</selectedRelationships><source><groupId>68f8be3e-335a-457d-b83f-96ddaae929e6</groupId><id>45c28ea4-b46f-46d3-93f2-3dac1ffadcff</id><type>PROCESSOR</type></source><zIndex>0</zIndex></connections><connections><id>3aa46389-b79d-42b4-93f3-d494ce7338da</id><parentGroupId>68f8be3e-335a-457d-b83f-96ddaae929e6</parentGroupId><backPressureDataSizeThreshold>0 MB</backPressureDa |
| AWSTemplateFormatVersion: '2010-09-09' | |
| Description: Create a Volume from scratch and attach it to an instance. | |
| Metadata: | |
| AWS::CloudFormation::Interface: |
| AWSTemplateFormatVersion: '2010-09-09' | |
| Description: '{{ application_stage }} CodeBuild' | |
| Metadata: | |
| AWS::CloudFormation::Interface: | |
| ParameterLabels: |