A Pen by Jack OConnor on CodePen.
This file contains hidden or 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
| --- | |
| AWSTemplateFormatVersion: '2010-09-09' | |
| Description: some-sftp-server | |
| Parameters: | |
| HostedZoneIdParam: | |
| Type: String | |
| Description: Hosted Zone ID | |
| SFTPHostnameParam: | |
| Type: String |
This file contains hidden or 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
| /* | |
| --PIETZ OBFUSCATE CODE-- | |
| 2019-06-01 | |
| from MAKEbook.io | |
| Instructions: | |
| 1) put this in your functions.php file | |
| 2) add this to the post you want to obfuscate, on top | |
| 3) [obfuscate] | |
| 4) to start obfuscating, add a HTML code or HTML block with <start></start> |
This file contains hidden or 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
| import contextlib | |
| from contextlib import contextmanager | |
| from sqlalchemy import create_engine | |
| from sqlalchemy.orm import sessionmaker | |
| from sqlalchemy.pool import NullPool | |
| from sqlalchemy_utils import database_exists, create_database |
This gist contains lists of modules available in
in AWS Lambda.