Blogging platform with advanced tools for arts and sciences.
6

Configure Feed

Select the types of activity you want to include in your feed.

Update docs

lemma (Jun 1, 2026, 4:08 PM -0500) d04e6766 e9df6f51

+3 -3
+1 -1
DEV.md
··· 66 66 make -C infra sync-site # copy it to the S3 bucket 67 67 68 68 make -C infra create-local-api # Update CF stack e.g. if you have new Resources or Methods 69 - make -C infra deploy-local-api-lambda # Update code: build, zip, and redeploy the API Lambda code 69 + make -C infra update-local-api # Update code: build, zip, and redeploy the API Lambda code 70 70 ``` 71 71 72 72 When you're done testing:
+2 -2
docs/api-auth.md
··· 46 46 The CloudFormation template creates the function with placeholder code. Deploy the real implementation separately: 47 47 48 48 ```bash 49 - make -C infra deploy-local-api-lambda # LocalStack 50 - make -C infra deploy-aws-api-lambda # AWS 49 + make -C infra update-local-api # LocalStack 50 + make -C infra update-aws-api # AWS 51 51 ``` 52 52 53 53 The API Lambda is built by esbuild, which bundles `@atproto/identity`, `@atproto/crypto`, and `@aws-sdk/lib-dynamodb` into a single `dist/index.js`.