You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a swift target including static resources referenced in the package target. This target is included in the Lambda executable. The static resources are available when running locally via a CLI executable. When deployed to Lambda via the archive plugin using 1.0.0-alpha.3 these resources don't seem to be available. The error from CloudWatch is:
App/resource_bundle_accessor.swift:12: Fatal error: could not load resource bundle: from /var/task/Sandbox_App.resources or /workspace/.build/x86_64-unknown-linux-gnu/release/Sandbox_App.resources
The text was updated successfully, but these errors were encountered:
I have a swift target including static resources referenced in the package target. This target is included in the Lambda executable. The static resources are available when running locally via a CLI executable. When deployed to Lambda via the archive plugin using
1.0.0-alpha.3
these resources don't seem to be available. The error from CloudWatch is:The text was updated successfully, but these errors were encountered: