Skip to content
View sc0ttdav3y's full-sized avatar
Block or Report

Block or report sc0ttdav3y

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. AWS AppSync GraphQL scalars and dire... AWS AppSync GraphQL scalars and directives to support type completion and error checking in Webstorm IDEs
    1
    # These are here to help the IDE recognise AWS types.
    2
    #
    3
    # Place this file outside the 'schema' directory so are not pushed to AWS,
    4
    # but are still picked up by PhpStorm's GraphQL plugin to help
    5
    # validate schemas.
  2. OpenTelemetry + Bref + PHP + Lambda ... OpenTelemetry + Bref + PHP + Lambda + Serverless
    1
    <?php
    2
    
                  
    3
    use OpenTelemetry\API\Common\Signal\Signals;
    4
    use OpenTelemetry\API\Trace\SpanInterface;
    5
    use OpenTelemetry\API\Trace\SpanKind;