Skip to content

Instantly share code, notes, and snippets.

@chris
chris / apigateway-dynamo_serverless.yml
Last active December 17, 2021 05:14
Serverless Framework config file for creating API Gateway to DynamoDB proxy
service: my-api
org: CompanyName
# You can pin your service to only deploy with a specific Serverless version
# Check out our docs for more details
# frameworkVersion: "=X.X.X"
frameworkVersion: '>=2.1.1 <3.0.0'
custom:
defaultStage: dev
@Tombarr
Tombarr / InfiniteScroll.svelte
Created May 1, 2023 22:04
Infinite scroll Svelte component that appends DOM elements in increments of page sizes as the user scrolls beyond a threshold
<!--
InfiniteScroll.svelte
Author: Tom Barrasso
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the