Skip to content
View castodius's full-sized avatar

Organizations

@enfogroup

Block or report castodius

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Exporting Confluence page as PDF usi... Exporting Confluence page as PDF using NodeJS
    1
    import { writeFileSync } from 'fs'
    2
    
                  
    3
    /**
    4
     * Example of how to export a Confluence Page as a PDF and writing it to disk
    5
     * The code has poor error handling, but is hopefully easy to understand
  2. cdk-assets-leak cdk-assets-leak Public

    Demonstration of issue in AWS CDK where App level DefaultStackSynthesizer leaks assets between Stacks

    JavaScript

  3. aws-iam-scanner aws-iam-scanner Public

    Scans AWS for presence of AWS Accounts, AWS IAM Users and AWS IAM Roles using AWS IAM restrictions on Resource Policies

    TypeScript 1