-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency filegood first issueGood for newcomersGood for newcomerskind/administrationCI, repo automation, other admin tasks.CI, repo automation, other admin tasks.size/SSmall task. (A couple of hours of work.)Small task. (A couple of hours of work.)🆕 semver/minorAdds new public API.Adds new public API.
Milestone
Description
There might be an opportunity to simplify the package dependency during CI.
At the moment, we're relying on the presence of a AWS_LAMBDA_LOCAL_DEPS
environment variable and we dynamically edit the dependency in the Package.swift
file.
There might be an opportunity to simplify this code and replace it with swift package edit
commands in the CI script.
However, we should continue to support local development (when developing a new example or when developing the library itself, it is useful to have a mechanism to refer to the local version)
Ref: #532 (comment)
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency filegood first issueGood for newcomersGood for newcomerskind/administrationCI, repo automation, other admin tasks.CI, repo automation, other admin tasks.size/SSmall task. (A couple of hours of work.)Small task. (A couple of hours of work.)🆕 semver/minorAdds new public API.Adds new public API.