Skip to content

Commit

Permalink
some corrections for a convenient releasable branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeane committed May 28, 2023
1 parent d4e5f18 commit 25fda95
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 24 deletions.
2 changes: 2 additions & 0 deletions docs/flow/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ flowchart LR
style deploy fill: none
```

The `build` command executes the building of your Dockerfile.

```bash
> sntl build
```
Expand Down
4 changes: 2 additions & 2 deletions docs/flow/deploy.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Deploy
# Verify & Deploy

```mermaid
flowchart LR
Expand Down Expand Up @@ -62,7 +62,7 @@ All configuration for sentential is stored in SSM. When executing a Lambda, [ent

All locally running lambdas utilize the [Lambda Runtime Interface Emulator](https://github.com/aws/aws-lambda-runtime-interface-emulator).

The outcome of this is most easily apperceive via example:
The outcome of this is most easily apperceived via example:

```bash
# Invoke Lambda in AWS
Expand Down
22 changes: 1 addition & 21 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,4 @@ pip install sentential

```bash
sntl --help
```

## Develop

### Virtual environment

```bash
poetry shell
```

### Dependencies

```bash
poetry install
```

### Test

```bash
poetry run pytest
```
```
2 changes: 1 addition & 1 deletion docs/store.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Store

Sentential uses SSM for configuration persistence. Each store is unique to its [partition](/partition).
Sentential uses SSM for configuration persistence. Each store is unique to its [partition](/partitions).

## Args

Expand Down

0 comments on commit 25fda95

Please sign in to comment.