I am a software craftsman, tech lead, architect and relentless pursuer of value and quality.
🐪
Pinned Loading
-
How to use lambda provisioned concur...
How to use lambda provisioned concurrency in aws sam 1Parameters:
2FnName:
3Type: String
4ProvisionedConcurrency:
5Type: String
-
How to pre-sign AWS API gateway requ...
How to pre-sign AWS API gateway requests invoking lambdas 1<?php
2use Aws\Credentials\Credentials;
3use GuzzleHttp\Psr7\Request;
4use Aws\Signature\SignatureV4;
5use Aws\Sts\StsClient;
-
SAM Template for creating API Gatewa...
SAM Template for creating API Gateway with AWS_IAM authorizer 1AWSTemplateFormatVersion: '2010-09-09'
2Transform: AWS::Serverless-2016-10-31
3Description: >
45go-sam-bootstrap
-
Attach Event to a bucket in a differ...
Attach Event to a bucket in a different stack, Sometimes you need to attach an event to a bucket that don't exist in your project stack, You can run this shell script to achieve that 1#!/bin/bash
23# Get function ARN from stack
4FUNCNAME="MyFunctionName"
5FUNCARN=$(aws cloudformation describe-stacks \
-
Replace multiple substrings in a str...
Replace multiple substrings in a string using reducer 1const originalString = "I would love to eat apple and banana."
23const wordsMap = {
4'apple' : "mango",
5'banana' : "grapes",
-
healthbridgeltd/golang-sam-bootstrap
healthbridgeltd/golang-sam-bootstrap Public templateCloneable bootstrap for AWS SAM and Golang setup
Go 14
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.