Skip to content

Instantly share code, notes, and snippets.

View mrgrain's full-sized avatar
🤖

Momo Kornher mrgrain

🤖
View GitHub Profile
@mrgrain
mrgrain / do-something-lambda.ts
Created December 9, 2021 12:47
CDK abstraction example
import { TypeScriptCode } from "@mrgrain/cdk-esbuild";
import { Duration } from "aws-cdk-lib";
import { Rule, Schedule } from "aws-cdk-lib/aws-events";
import { LambdaFunction } from "aws-cdk-lib/aws-events-targets";
import { Function, Runtime } from "aws-cdk-lib/aws-lambda";
import { Bucket, IBucket } from "aws-cdk-lib/aws-s3";
import { Construct } from "constructs";
interface DoSomethingLambdaProps {
schedule: Schedule;
From 2eac0839aa98658cd33eb57565781ce5bc8a8eb0 Mon Sep 17 00:00:00 2001
From: Moritz Kornher <[email protected]>
Date: Sat, 6 Jul 2019 14:49:39 +0100
Subject: [PATCH] fix: stringparser issues, call by reference
---
inc/functions.php | 4 +-
inc/stringparser.class.php | 4 +-
www/admin/admin_dlcat.php | 2 +-
www/admin/admin_dlnewcat.php | 2 +-