Skip to content

Commit

Permalink
Merge branch 'hammerstonedev:main' into feature/make-function-command
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsenhc authored May 15, 2024
2 parents b051a5e + 3391d15 commit e4180a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ You can write functions in any of the following runtimes and execute them straig

Any runtime that [Lambda supports](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html), you can use!

### [Hammerstone](https://www.hammerstone.dev)

Sidecar is maintained by [Aaron Francis](https://twitter.com/aarondfrancis). If you find it useful consider checking out [Refine](https://hammerstone.dev/refine/laravel/docs/main) which allows your users to easily create filters you can run on your app’s data. Works with Laravel and Vue 2 or Vue 3.
Sidecar is maintained by [Aaron Francis](https://twitter.com/aarondfrancis), go follow me on Twitter!

### What It Looks Like

Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Commands/ConfigureTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public function basic_happy_path()

$artisan = $this->artisan('sidecar:configure');

$artisan->expectsQuestion('Enter the Access key ID', 'id');
$artisan->expectsQuestion('Enter the Access key', 'id');
$artisan->expectsQuestion('Enter the Secret access key', 'secret');
$artisan->expectsQuestion('What AWS region would you like your functions to be deployed in?', 'us-east-1');

Expand Down

0 comments on commit e4180a6

Please sign in to comment.