Search Criteria
Package Details: aws-sam-cli 1.126.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/aws-sam-cli.git (read-only, click to copy) |
---|---|
Package Base: | aws-sam-cli |
Description: | CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM |
Upstream URL: | https://github.com/aws/aws-sam-cli |
Licenses: | Apache |
Submitter: | javmorin |
Maintainer: | javmorin |
Last Packager: | javmorin |
Votes: | 12 |
Popularity: | 0.080247 |
First Submitted: | 2020-06-11 05:09 (UTC) |
Last Updated: | 2024-10-26 22:11 (UTC) |
Dependencies (38)
- docker (rancher-desktop-gitAUR, docker-gitAUR, podman-docker-gitAUR, rancher-desktopAUR, docker-cli-binAUR, podman-docker)
- python-aws-lambda-buildersAUR
- python-aws-sam-translator
- python-boto3
- python-cfn-lint
- python-chevronAUR
- python-click
- python-cookiecutter
- python-dateparser
- python-docker
- python-flask (python-flask-gitAUR)
- python-jmespath
- python-mypy-boto3-apigateway (python-boto3-stubsAUR)
- python-mypy-boto3-cloudformation (python-boto3-stubsAUR)
- python-mypy-boto3-ecr (python-boto3-stubsAUR)
- python-mypy-boto3-iam (python-boto3-stubsAUR)
- python-mypy-boto3-kinesis (python-boto3-stubsAUR)
- python-mypy-boto3-lambda (python-boto3-stubsAUR)
- python-mypy-boto3-s3 (python-boto3-stubsAUR)
- python-mypy-boto3-schemas (python-boto3-stubsAUR)
- Show 18 more dependencies...
Latest Comments
1 2 3 Next › Last »
javmorin commented on 2024-03-05 17:12 (UTC)
@jarivm Thanks for the note, but the issue appears to be coming from the requests library, not in the sam-cli package. Further, from the stacktrace it appears you are using an install of the requests library in your home directory, rather than the system/pacman provided one. When checking the requests library installed via pacman (
python-requests
), it will usesimplejson
if available, and fall back to python's built-injson
library if not.As this means simplejson is merely optional for python-requests, and not directly required by this package, I will not be adjusting the dependency list.
jarivm commented on 2024-03-05 10:34 (UTC)
If you were to get an error
just install the
simplejson
python package (e.g.pacman -Sy python-simplejson
or whatever) as it is currently not listed as a dependency.javmorin commented on 2023-08-24 23:08 (UTC)
v1.94+ introduced a dependency on the type-checking variants of the boto3 library which I need to work on integrating as a dependency.
I have downgraded the package to 1.93 -- the last version pre-typechecking -- for the moment until this is resolved. Anyone who has updated to 1.94+ will need to force the downgrade in their systems.
dcooke commented on 2023-08-24 21:59 (UTC)
Missing mypy_boto3_cloudformation on the latest build (1.95.0)
javmorin commented on 2023-07-10 02:59 (UTC)
@utkarsh thanks for the heads up! This has been resolved alongside the latest version bump.
utkarsh commented on 2023-07-08 10:23 (UTC)
Hi @javmorin,
I think we also need python-rich. Otherwise we get the following error:
null commented on 2023-04-24 20:27 (UTC)
You're right. Sorry I didn't check as I use aurutils which (usually) installs base-devel automatically..
javmorin commented on 2023-04-23 17:18 (UTC)
@null debugedit is depended on by base-devel which is assumed to be installed if you are building AUR packages (see https://wiki.archlinux.org/title/Arch_User_Repository).
Make sure you've updated your base-devel package per https://archlinux.org/news/switch-to-the-base-devel-meta-package-requires-manual-intervention/
null commented on 2023-04-23 17:14 (UTC)
I'm getting many
/usr/share/makepkg/tidy/strip.sh: line 48: debugedit: command not found
messages while building messages while building in a clean environment.core/debugedit
should probably be added to build dependencies.sedot commented on 2022-11-07 12:57 (UTC)
Thanks @javmorin! I wish my issues with commercial software were handled this professionally. ;)
1 2 3 Next › Last »