Skip to content

[docc] "Deploy your first Lambda" article #261

New issue

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

Closed
wants to merge 1 commit into from

Conversation

fabianfett
Copy link
Member

We should have documentation on how to deploy to AWS Lambda inside the project.

@tomerd tomerd added the area/documentation Improvements or additions to documentation. label Jun 6, 2022
@tomerd tomerd added this to the 1.0.0-alpha.1 milestone Jun 6, 2022
}

func handle(_ event: Input, context: LambdaContext) async throws -> Number {
Number(result: input.number * input.number)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be

Number(result: event.number * event.number)

--rm \
--volume "$(pwd)/:/src" \
--workdir "/src/" \
swift:5.6-amazonlinux2 \

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be updated to work with 1.0.0-alpha.1, also above in Package.swift.

'swift-aws-lambda-runtime': error: package 'swift-aws-lambda-runtime' is using Swift tools version 5.7.0 but the installed version is 5.6.3

@sebsto
Copy link
Contributor

sebsto commented Apr 13, 2023

As suggested by @tomerd and @fabianfett : I started to work on an update, on my own branch. PR to follow.

@sebsto
Copy link
Contributor

sebsto commented Apr 16, 2023

Can be closed in favour of #300

@tomerd
Copy link
Contributor

tomerd commented Jan 22, 2024

addressed by #316, closing

@tomerd tomerd closed this Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation Improvements or additions to documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants