-
Notifications
You must be signed in to change notification settings - Fork 113
move samples into a subdirectory #72
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
Conversation
motivation: easier to reason about examples changes: * move each example to its own target * update deployment script to prompt for desired target when multiple targets exist * add code comments on what the example is about * add feature-reach example (CurrencyExchange) to help testing use of Foundation features that require curl and libxml
motivation: demonstrate how to deploy with SAM changes: * Add a SAM template for deploying the lambdas to AWS. * Updated README with instructions on how to do this.
fixes #71 |
Examples/EndToEndDeubgging/EndToEndExample.xcworkspace/contents.xcworkspacedata
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to correct directory name for "EndToEndDebugging" otherwise LGTM.
1f1b51e
to
850608a
Compare
@@ -0,0 +1,10 @@ | |||
<?xml version="1.0" encoding="UTF-8"?> | |||
<Workspace | |||
version = "1.0"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we want to include the README.md
here as well. Increases the chances that it is read.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As I pointed out, maybe we want to add the README.md to the Workspace. Otherwise LGTM.
motivation: easier to find and reason about changes: move exmaples from a seperate repo into a subdirectory
motivation: support DynamoDB triggers changes: added DynamoDB Event abstractions and encoders/decoders
…LambdaRuntimeCore (#41) motivation: enable non-foundation module for performance sensitive use cases changes: * rename AWSLambdaRuntime to AWSLambdaRuntimeCore * create AWSLambdaRuntime for Foundation dependent functionality * have (new) AWSLambdaRuntime export AWSLambdaRuntimeCore * adjust tests
No description provided.