Agentcore Bootstrap
One-shot bootstrap for @webframp/agentcore. Ships a provisioner model that creates an ECR repository, builds and pushes the worker container image, and deploys an AgentCore runtime. The bundled workflow orchestrates provisioning then outputs the runtimeArn and bucket name needed to configure the driver.
Prerequisites
- AWS credentials with permissions to create ECR repositories, IAM roles, and Bedrock AgentCore runtimes
- Docker (or podman/buildah) available locally for building the worker image
- @webframp/container-image extension installed
Running
swamp extension pull @webframp/agentcore-bootstrap
swamp model create @webframp/container-image worker-image
swamp model create @webframp/agentcore-bootstrap/provisioner agentcore-provisioner
swamp workflow run @webframp/bootstrap-agentcore \
--input region=us-east-1 \
--input bucket_name=swamp-agentcore-coord-us-east-12026.07.24.1
Changed: Bump dependency pins to latest published versions:
- @webframp/container-image 2026.07.13.1 → 2026.07.18.1
- @webframp/agentcore 2026.07.13.1 → 2026.07.21.1
Resources
Provision all AWS infrastructure for the @webframp/agentcore execution driver: S3 coordination bucket, ECR repository, worker container image, IAM role, and AgentCore runtime. After completion, configure the driver with the output runtimeArn and bucket name: runtimeArn: ${{ data.latest("agentcore-provisioner", "provision").attributes.runtimeArn }} s3Bucket: ${{ data.latest("agentcore-provisioner", "provision").attributes.bucketName }}
2026.07.21.1
Changed: Bumped AWS SDK (client-s3) in worker image to 3.1091.0 (from 3.1066.0).
Upgrade note: No behavioral changes. Routine dependency maintenance.
updated binaries
2026.07.20.1
Changed: Pinned the previously unpinned dependencies to exact versions for reproducible builds. No behavioral or schema changes to the provisioner model or bootstrap workflow.
Upgrade note: Now pins @webframp/container-image@2026.07.13.1 and
@webframp/agentcore@2026.07.13.1. Both are pulled automatically with this
extension.
updated dependencies. updated binaries
2026.07.18.1
Added: An upgrades array entry (no-op) to provisioner.ts for proper
typeVersion tracking on existing instances. No schema or behavior changes.
2026.07.16.2
Fixed: 2026.07.16.1 published successfully but the registry's
latestVersion never advanced to it (filed as swamp Lab #1195) —
swamp extension pull was still resolving 2026.06.23.1. This bump re-triggers
the publish. No content change beyond the previous release.
updated binaries
2026.07.16.2
Fixed: 2026.07.16.1 published successfully but the registry's
latestVersion never advanced to it (filed as swamp Lab #1195) —
swamp extension pull was still resolving 2026.06.23.1. This bump re-triggers
the publish. No content change beyond the previous release.
updated binaries
updated binaries
updated binaries
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned