aws / aws-sam-cli-app-templates

Apache License 2.0
483 stars 260 forks source link

Remove go1.x init templates #486

Closed jysheng123 closed 9 months ago

jysheng123 commented 9 months ago

Issue #, if available:

Description of changes: Removing the init templates for go 1.x because due to Lambda deprecation, we can see that go1.x block creation has been deprecated already so users should not allow to sam init go1.x anymore.

Note: This only deprecates go1.x on Amazon Linux, go1.x init and tests still exists for AL2023 and AL2. Also removed a mention of python3.7 in Readme that should have been removed in previous PR that did not.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.