-
Notifications
You must be signed in to change notification settings - Fork 2
Recipes
ng-druid edited this page Jul 16, 2025
·
11 revisions
Bazel build disable blzmod and use workspace instead for now until migrated to blzmod.
bazel build //func/grant_access --enable_bzlmod=false --enable_workspace=trueNew libraries are added using gazelle.
bazel run //:gazelle -- update-repos github.com/awslabs/aws-lambda-go-api-proxyWhen using go get update all.
bazel run //:gazelle -- update-repos -from_file=go.modsls deploy --aws-profile prod --stage prodCreate email template in ses
https://docs.aws.amazon.com/ses/latest/dg/send-personalized-email-api.html
aws ses create-template --cli-input-json file://email_templates/mytemplate.json --region us-east-1https://www.serverless.com/framework/docs/providers/aws/cli-reference/invoke-local
serverless invoke local --function functionName