- Thermophoretic
- Magnetic
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
app.PolicyEditorConfig={"conditionOperators":["ArnEquals","ArnEqualsIfExists","ArnLike","ArnLikeIfExists","ArnNotEquals","ArnNotEqualsIfExists","ArnNotLike","ArnNotLikeIfExists","BinaryEquals","BinaryEqualsIfExists","BinaryNotEquals","BinaryNotEqualsIfExists","Bool","BoolIfExists","DateEquals","DateEqualsIfExists","DateGreaterThan","DateGreaterThanEquals","DateGreaterThanEqualsIfExists","DateGreaterThanIfExists","DateLessThan","DateLessThanEquals","DateLessThanEqualsIfExists","DateLessThanIfExists","DateNotEquals","DateNotEqualsIfExists","IpAddress","IpAddressIfExists","NotIpAddress","NotIpAddressIfExists","Null","NumericEquals","NumericEqualsIfExists","NumericGreaterThan","NumericGreaterThanEquals","NumericGreaterThanEqualsIfExists","NumericGreaterThanIfExists","NumericLessThan","NumericLessThanEquals","NumericLessThanEqualsIfExists","NumericLessThanIfExists","NumericNotEquals","NumericNotEqualsIfExists","StringEquals","StringEqualsIfExists","StringEqualsIgnoreCase","StringEqualsIgnoreCaseIfExists","StringLi |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"APIGatewayServiceRolePolicy": { | |
"Arn": "arn:aws:iam::aws:policy/aws-service-role/APIGatewayServiceRolePolicy", | |
"AttachmentCount": 0, | |
"CreateDate": "2019-10-22T18:22:01+00:00", | |
"DefaultVersionId": "v6", | |
"Document": { | |
"Statement": [ | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "name": "AWSAccountActivityAccess", "arn": "arn:aws:iam::aws:policy/AWSAccountActivityAccess" }, | |
{ "name": "AWSAccountUsageReportAccess", "arn": "arn:aws:iam::aws:policy/AWSAccountUsageReportAccess" }, | |
{ "name": "AWSAgentlessDiscoveryService", "arn": "arn:aws:iam::aws:policy/AWSAgentlessDiscoveryService" }, | |
{ "name": "AWSApplicationDiscoveryAgentAccess", "arn": "arn:aws:iam::aws:policy/AWSApplicationDiscoveryAgentAccess" }, | |
{ "name": "AWSApplicationDiscoveryServiceFullAccess", "arn": "arn:aws:iam::aws:policy/AWSApplicationDiscoveryServiceFullAccess" }, | |
{ "name": "AWSBatchFullAccess", "arn": "arn:aws:iam::aws:policy/AWSBatchFullAccess" }, | |
{ "name": "AWSBatchServiceRole", "arn": "arn:aws:iam::aws:policy/service-role/AWSBatchServiceRole" }, | |
{ "name": "AWSCertificateManagerFullAccess", "arn": "arn:aws:iam::aws:policy/AWSCertificateManagerFullAccess" }, | |
{ "name": "AWSCertificateManagerReadOnly", "arn": "arn:aws:iam::aws:policy/AWSCertificateManagerReadOnly" }, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "uri": "a4b.amazonaws.com", "name": "Alexa for Business" }, | |
{ "uri": "acm-pca.amazonaws.com", "name": "AWS Certificate Manager - Private Certificate Authority" }, | |
{ "uri": "acm.amazonaws.com", "name": "AWS Certificate Manager" }, | |
{ "uri": "alexa-appkit.amazon.com", "name": "Alexa Skills Kit" }, | |
{ "uri": "alexa-connectedhome.amazon.com", "name": "AWS IoT - Connected Home" }, | |
{ "uri": "amazonmq.amazonaws.com", "name": "Amazon MQ - Managed Message Borker Service" }, | |
{ "uri": "apigateway.amazonaws.com", "name": "AWS API Gateway" }, | |
{ "uri": "appflow.amazonaws.com", "name": "Amazon AppFlow" }, | |
{ "uri": "application-autoscaling.amazonaws.com", "name": "Application Auto Scaling" }, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "az": "af-south-1a", "region": "af-south-1", "name": "Africa (Cape Town)"}, | |
{ "az": "af-south-1b", "region": "af-south-1", "name": "Africa (Cape Town)"}, | |
{ "az": "af-south-1c", "region": "af-south-1", "name": "Africa (Cape Town)"}, | |
{ "az": "ap-east-1a", "region": "ap-east-1", "name": "Asia Pacific (Hong Kong)"}, | |
{ "az": "ap-east-1b", "region": "ap-east-1", "name": "Asia Pacific (Hong Kong)"}, | |
{ "az": "ap-east-1c", "region": "ap-east-1", "name": "Asia Pacific (Hong Kong)"}, | |
{ "az": "ap-northeast-1a", "region": "ap-northeast-1", "name": "Asia Pacific (Tokyo)"}, | |
{ "az": "ap-northeast-1c", "region": "ap-northeast-1", "name": "Asia Pacific (Tokyo)"}, | |
{ "az": "ap-northeast-1d", "region": "ap-northeast-1", "name": "Asia Pacific (Tokyo)"}, |
IMPORTANT NOTES TO THE ZEALOTS: Listen to me you functional programming zealot. Writting opaque functions is ok! Chill the F out. This programming style is just another useful skill that elegantly solves certain types of problems. This is NOT the Thor hammer that will crush all your nails you geek. So relaaaax maaaann.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Copyright (c) 2020, Cloudless Consulting Pty Ltd. | |
* All rights reserved. | |
* | |
* To use this template, follow the next steps: | |
* | |
* 1. Install 'userin-core': npm i userin-core | |
* 2. Set the constant variable 'STRATEGY' to your liking. | |
* 3. Rename the class 'YourStrategy' to your liking. | |
* 4. Implement all the following functions: |
NewerOlder