🐢
I'm a JavaScript Developer, DevOps and Cloud Architect. Created some Vue.js stuff and AWS integrations. Interested in IoT.
Pinned Loading
-
Lambda authorizer to check OAuth2 au...
Lambda authorizer to check OAuth2 authorization token 1const https = require('https');
2const jose = require('node-jose');
34const region = process.env.COGNITO_REGION;
5const userpool_id = process.env.COGNITO_USER_POOL_ID;
-
DynamoDB model helper (with promise ...
DynamoDB model helper (with promise wrapper) 1const DynamoDB = require('aws-sdk/clients/dynamodb')
2const documentClient = new DynamoDB.DocumentClient({
3apiVersion: '2012-08-10',
4// logger: console
5})
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.