We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The change to include openssl-devel landed in the Amazon Linux 2 Swift container image build by Apple thanks to swiftlang/swift-docker#371.
openssl-devel
It's now time to update the Makefile in each template to simplify and remove the need to build a custom container.
I think just two changes are required (in each template)
change the value of DOCKER_IMAGE to swift:5.10-amazonlinux2
swift:5.10-amazonlinux2
aws-lambda-swift-sam-template/templates/api-to-lambda/{{cookiecutter.__project_name}}/Makefile
Line 18 in d311397
I assume we only support the latest version of Swift, no more.
Delete this line
Line 25 in d311397
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The change to include
openssl-devel
landed in the Amazon Linux 2 Swift container image build by Apple thanks to swiftlang/swift-docker#371.It's now time to update the Makefile in each template to simplify and remove the need to build a custom container.
I think just two changes are required (in each template)
change the value of DOCKER_IMAGE to
swift:5.10-amazonlinux2
aws-lambda-swift-sam-template/templates/api-to-lambda/{{cookiecutter.__project_name}}/Makefile
Line 18 in d311397
I assume we only support the latest version of Swift, no more.
Delete this line
aws-lambda-swift-sam-template/templates/api-to-lambda/{{cookiecutter.__project_name}}/Makefile
Line 25 in d311397
The text was updated successfully, but these errors were encountered: