The development environment guide documents that sam init includes durable-function starter templates for TypeScript, Python, and Java.
On PR #231, @bchampp noted that aws-sam-cli-app-templates does not currently include Java durable templates:
I don't see any templates in https://github.com/aws/aws-sam-cli-app-templates for Java. @zhongkechen could you look into adding some templates here please?
Action: Add Java durable-function starter templates to aws-sam-cli-app-templates so the guide's sam init flow holds for Java.
Doc dependency: Until Java templates land, the "Write Function" section of the development environment page may overstate Java sam init availability and should be softened if this is not resolved before that page publishes.
Ref: PR #231 review comment #231 (comment)
The development environment guide documents that
sam initincludes durable-function starter templates for TypeScript, Python, and Java.On PR #231, @bchampp noted that aws-sam-cli-app-templates does not currently include Java durable templates:
Action: Add Java durable-function starter templates to
aws-sam-cli-app-templatesso the guide'ssam initflow holds for Java.Doc dependency: Until Java templates land, the "Write Function" section of the development environment page may overstate Java
sam initavailability and should be softened if this is not resolved before that page publishes.Ref: PR #231 review comment #231 (comment)