Skip to content
View daaru00's full-sized avatar
🐢
🐢

Block or report daaru00

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
daaru00/README.md

Hi there 👋

SAM solutions

Serverless Framework Components

Serverless Framework Plugins

Internet of Things

Electron Apps

Vue Stuff

CI/CD

Obsidian Plugins

CLI

Contributions



Pinned Loading

  1. Lambda authorizer to check OAuth2 au...Lambda authorizer to check OAuth2 authorization token
    1
    consthttps=require('https');
    2
    constjose=require('node-jose');
    3
    4
    constregion=process.env.COGNITO_REGION;
    5
    constuserpool_id=process.env.COGNITO_USER_POOL_ID;
  2. DynamoDB model helper (with promise ...DynamoDB model helper (with promise wrapper)
    1
    constDynamoDB=require('aws-sdk/clients/dynamodb')
    2
    constdocumentClient=newDynamoDB.DocumentClient({
    3
    apiVersion: '2012-08-10',
    4
    // logger: console
    5
    })