replace imgs with nostr.build urls

This commit is contained in:
2023-11-25 15:46:08 -05:00
parent 8b11c41267
commit c64f6ca781
55 changed files with 13376 additions and 19 deletions
+2 -1
View File
@@ -11,6 +11,7 @@ setup:
--function-name rss-nostr-lambda \
--runtime nodejs20.x \
--timeout 900 \
--memory-size 1024 \
--zip-file fileb://handler.zip \
--handler index.handler \
--role arn:aws:iam::000000000000:role/lambda-role \
@@ -22,7 +23,7 @@ setup:
--overwrite
awslocal ssm put-parameter \
--name /rss-nostr-lambda/nsec \
--value "nsec1eg458xl7d3eywld94rpfx8daa6h2hqfqxylmk43dz6ep8q388e2sfe4thg" \
--value "nsec1azwx0ajvjquay870m69vxxmkf7prxekdj58fq92yulvt2l02zwnsmzt5vf" \
--type "SecureString" \
--overwrite
rm handler.zip