Making Infrastructure Safe for Agents: Guardrails, Context, and Trust in the Age of Agentic Development Walk Through#32
Closed
coryodaniel wants to merge 10 commits intomainfrom
Closed
Making Infrastructure Safe for Agents: Guardrails, Context, and Trust in the Age of Agentic Development Walk Through#32coryodaniel wants to merge 10 commits intomainfrom
coryodaniel wants to merge 10 commits intomainfrom
Conversation
…nterface for managing a table. Make dangerous-to-change fields immutable, hard code most compliance recommendations from the Massdriver provisioner. Note, nothing in this git repo has been published besides the AWS platform.
User prompts: - "got an internal server error on create, check that you are using env vars using the dynamo artifact" - "make sure to gitignore node_modules and the zip file paths!" Changes: - Resolve .gitignore merge conflict, use broad node_modules/ and *.zip patterns - Update dynamodb _massdriver_variables.tf Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
End-to-end example of safe agentic infrastructure development with Massdriver bundles, built using Claude Code + the Massdriver plugin.
What's in this PR
DynamoDB bundle (
bundles/dynamodb/)prevent_destroy$md.immutableaws-catalog/dynamodbartifactDynamoDB artifact definition (
artifact-definitions/dynamodb/)Lambda TODO API bundle (
bundles/aws-lambda-todo-api/)aws-catalog/dynamodbconnection — selects IAM policy via$md.enumindex.mjs(1.1KB) — AWS SDK v3 provided by Lambda runtimeHow it was built
This PR was developed interactively using
/massdriver:develop— the Massdriver Claude Code plugin's bundle development workflow. The iterative loop: scaffold → publish → deploy → watch logs → fix → redeploy.Key issues found and fixed during development:
pkvs Lambda code usingid— caused 500 on POST while GET workednode_modules(AWS SDK already in runtime) — slimmed from ~500KB to 1.1KBTesting
claude-testenvironmentGET /todosreturns[]✅POST /todoscreates items ✅🤖 Generated with Claude Code