Skip to content

Instantly share code, notes, and snippets.

View pcoady's full-sized avatar

Paul Coady pcoady

View GitHub Profile
@pcoady
pcoady / app.css
Last active March 18, 2020 10:52
BackSpace Academy Certified Developer Associate IAM S3 Lab
body {
background: url('supermarket.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.glyphicon-refresh-animate {
-animation: spin .7s infinite linear;
@pcoady
pcoady / DynamoDB.json
Created August 28, 2015 10:41
BackSpace Academy Certified Developer Associate CloudFormation LAB
{
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "DynamoDB Lab Products Database",
"Parameters": {
"ReadCapacityUnits": {
"Description": "Provisioned read throughput",
"Type": "Number",
"Default": "1",
"MinValue": "1",
"MaxValue": "10000",
@pcoady
pcoady / app.css
Last active January 21, 2022 18:09
body {
background-color:#263238;
}
.glyphicon-refresh-animate {
-animation: spin .7s infinite linear;
-webkit-animation: spin2 .7s infinite linear;
}
@-webkit-keyframes spin2 {