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

Block or report schoenfelde

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

  1. CORS for Serverless CORS for Serverless
    1
    import { APIGatewayProxyHandler, Context, Callback } from 'aws-lambda';
    2
    
                  
    3
    interface LambdaResponse {
    4
        body: any,
    5
        statusCode?: number
  2. terraform-static-site-with-cicd terraform-static-site-with-cicd Public

    Terraform Module for Provisioning a Static S3 Website with SSL and CICD

    HCL

  3. youtube-express-v-serverless youtube-express-v-serverless Public

    This project references a youtube video comparing and contrasting serverless vs express from a practical standpoint

    JavaScript