Last active
March 4, 2026 20:14
-
-
Save jamesward/3150f66de178a7aebdfe6a199b5a0107 to your computer and use it in GitHub Desktop.
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
| # Spring AI Workshop Resources | |
| ## Local Auth with Bearer Token | |
| 1. [Create a Bedrock Bearer token](https://us-east-1.console.aws.amazon.com/bedrock/home?region=us-east-1#/api-keys/long-term/create) | |
| 2. Set the env var: `export AWS_BEARER_TOKEN_BEDROCK=YOUR_TOKEN` | |
| ## Workshop | |
| https://catalog.workshops.aws/java-spring-ai-agents | |
| ## Code Sample | |
| https://github.com/aws-samples/java-on-aws/tree/main/apps/aiagent | |
| ## Videos | |
| - Spring AI Intro Talk https://www.youtube.com/watch?v=HVtqJkvQXgo | |
| - MCP Deep Dive https://www.youtube.com/watch?v=EgKsRsx1-HM | |
| - SkillsJars https://www.youtube.com/watch?v=eTh1Ti32QDU | |
| - Spring AI Security https://www.youtube.com/watch?v=Mpd1740f2Vs | |
| ## Spring AI Evals | |
| https://docs.spring.io/spring-ai/reference/api/testing.html | |
| https://spring.io/blog/2025/11/10/spring-ai-llm-as-judge-blog-post | |
| ## Spring AI Community Projects | |
| https://github.com/orgs/spring-ai-community | |
| ## Cora's Virtual Thread Demo | |
| https://github.com/ciberkleid/springone2023-virtual-threads-demo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment